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