PostgreSQL Source Code
git master
|
Data Fields | |
JsonLexContext * | lex |
const char * | function_name |
HTAB * | hash |
char * | saved_scalar |
const char * | save_json_start |
JsonTokenType | saved_token_type |
Definition at line 136 of file jsonfuncs.c.
const char* JHashState::function_name |
Definition at line 139 of file jsonfuncs.c.
Referenced by hash_array_start(), and hash_scalar().
HTAB* JHashState::hash |
Definition at line 140 of file jsonfuncs.c.
Referenced by hash_object_field_end().
JsonLexContext* JHashState::lex |
Definition at line 138 of file jsonfuncs.c.
Referenced by hash_array_start(), hash_object_field_end(), hash_object_field_start(), and hash_scalar().
const char* JHashState::save_json_start |
Definition at line 142 of file jsonfuncs.c.
Referenced by hash_object_field_end(), and hash_object_field_start().
char* JHashState::saved_scalar |
Definition at line 141 of file jsonfuncs.c.
Referenced by hash_object_field_end(), and hash_scalar().
JsonTokenType JHashState::saved_token_type |
Definition at line 143 of file jsonfuncs.c.
Referenced by hash_object_field_end(), hash_object_field_start(), and hash_scalar().