PostgreSQL Source Code  git master
JHashState Struct Reference

Data Fields

JsonLexContextlex
 
const char * function_name
 
HTABhash
 
char * saved_scalar
 
char * save_json_start
 
JsonTokenType saved_token_type
 

Detailed Description

Definition at line 135 of file jsonfuncs.c.

Field Documentation

◆ function_name

const char* JHashState::function_name

Definition at line 138 of file jsonfuncs.c.

Referenced by hash_array_start(), and hash_scalar().

◆ hash

HTAB* JHashState::hash

Definition at line 139 of file jsonfuncs.c.

Referenced by hash_object_field_end().

◆ lex

JsonLexContext* JHashState::lex

◆ save_json_start

char* JHashState::save_json_start

Definition at line 141 of file jsonfuncs.c.

Referenced by hash_object_field_end(), and hash_object_field_start().

◆ saved_scalar

char* JHashState::saved_scalar

Definition at line 140 of file jsonfuncs.c.

Referenced by hash_object_field_end(), and hash_scalar().

◆ saved_token_type

JsonTokenType JHashState::saved_token_type

Definition at line 142 of file jsonfuncs.c.

Referenced by hash_object_field_end(), hash_object_field_start(), and hash_scalar().


The documentation for this struct was generated from the following file: