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 430 of file oauth-curl.c.
struct curl_slist** json_field::array |
Definition at line 440 of file 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 432 of file 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 443 of file oauth-curl.c.
Referenced by parse_oauth_json().
char** json_field::scalar |
Definition at line 439 of file 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 434 of file 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().