|
PostgreSQL Source Code git master
|
Data Fields | |
| const char * | name |
| JsonTokenType | type |
| union { | |
| char ** scalar | |
| struct curl_slist ** array | |
| }; | |
| bool | required |
Definition at line 431 of file oauth-curl.c.
| union { ... } json_field::@195 |
| struct curl_slist** json_field::array |
Definition at line 441 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 433 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 444 of file oauth-curl.c.
Referenced by parse_oauth_json().
| char** json_field::scalar |
Definition at line 440 of file oauth-curl.c.
Referenced by oauth_json_object_field_start(), oauth_json_scalar(), and parse_oauth_json().
| JsonTokenType json_field::type |
Definition at line 435 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().