CUBRID Engine
latest
|
Classes | |
union | aligned |
Public Attributes | |
PARSER_STRING_BLOCK * | next |
int | parser_id |
int | last_string_start |
int | last_string_end |
int | block_end |
union parser_string_block::aligned | u |
Definition at line 77 of file parse_tree.c.
int parser_string_block::block_end |
Definition at line 83 of file parse_tree.c.
Referenced by parser_allocate_string_buffer(), parser_create_string_block(), pt_append_bytes_for(), and pt_append_string_for().
int parser_string_block::last_string_end |
Definition at line 82 of file parse_tree.c.
Referenced by parser_allocate_string_buffer(), parser_create_string_block(), pt_append_bytes_for(), and pt_append_string_for().
int parser_string_block::last_string_start |
Definition at line 81 of file parse_tree.c.
Referenced by parser_allocate_string_buffer(), parser_create_string_block(), pt_append_bytes_for(), pt_append_string_for(), and pt_find_string_block().
PARSER_STRING_BLOCK* parser_string_block::next |
Definition at line 79 of file parse_tree.c.
Referenced by parser_allocate_string_buffer(), parser_create_string_block(), pt_find_string_block(), pt_free_a_string_block(), and pt_free_string_blocks().
int parser_string_block::parser_id |
Definition at line 80 of file parse_tree.c.
Referenced by parser_allocate_string_buffer(), parser_create_string_block(), pt_find_string_block(), and pt_free_string_blocks().
union parser_string_block::aligned parser_string_block::u |
Referenced by parser_allocate_string_buffer(), parser_create_string_block(), and pt_find_string_block().