PostgreSQL Source Code git master
|
Data Fields | |
PQExpBuffer | errbuf |
int | nested |
const struct json_field * | fields |
const struct json_field * | active |
Definition at line 451 of file oauth-curl.c.
const struct json_field* oauth_parse::active |
Definition at line 457 of file oauth-curl.c.
Referenced by oauth_json_array_end(), oauth_json_array_start(), oauth_json_object_end(), oauth_json_object_field_start(), oauth_json_object_start(), oauth_json_scalar(), and report_type_mismatch().
PQExpBuffer oauth_parse::errbuf |
Definition at line 453 of file oauth-curl.c.
Referenced by parse_oauth_json().
const struct json_field* oauth_parse::fields |
Definition at line 456 of file oauth-curl.c.
Referenced by oauth_json_object_field_start(), and parse_oauth_json().
int oauth_parse::nested |
Definition at line 454 of file oauth-curl.c.
Referenced by oauth_json_array_end(), oauth_json_array_start(), oauth_json_object_end(), oauth_json_object_field_start(), oauth_json_object_start(), and oauth_json_scalar().