PostgreSQL Source Code git master
|
Data Fields | |
const char * | name |
JsonTokenType | type |
union { | |
char ** scalar | |
struct curl_slist ** array | |
} | target |
bool | required |
Definition at line 380 of file fe-auth-oauth-curl.c.
struct curl_slist** json_field::array |
Definition at line 390 of file fe-auth-oauth-curl.c.
Referenced by oauth_json_object_field_start(), oauth_json_scalar(), and parse_oauth_json().
const char* json_field::name |
Definition at line 382 of file fe-auth-oauth-curl.c.
Referenced by oauth_json_array_end(), oauth_json_object_end(), oauth_json_object_field_start(), oauth_json_scalar(), parse_oauth_json(), and report_type_mismatch().
bool json_field::required |
Definition at line 393 of file fe-auth-oauth-curl.c.
Referenced by parse_oauth_json().
char** json_field::scalar |
Definition at line 389 of file fe-auth-oauth-curl.c.
Referenced by oauth_json_object_field_start(), oauth_json_scalar(), and parse_oauth_json().
union { ... } json_field::target |
Referenced by oauth_json_object_field_start(), oauth_json_scalar(), and parse_oauth_json().
JsonTokenType json_field::type |
Definition at line 384 of file fe-auth-oauth-curl.c.
Referenced by oauth_json_array_end(), oauth_json_array_start(), oauth_json_object_field_start(), oauth_json_scalar(), and report_type_mismatch().