|
PostgreSQL Source Code git master
|
#include <scanner.h>
Data Fields | |
| char * | scanbuf |
| Size | scanbuflen |
| const ScanKeywordList * | keywordlist |
| const uint16 * | keyword_tokens |
| int | backslash_quote |
| bool | escape_string_warning |
| bool | standard_conforming_strings |
| char * | literalbuf |
| int | literallen |
| int | literalalloc |
| int | state_before_str_stop |
| int | xcdepth |
| char * | dolqstart |
| YYLTYPE | save_yylloc |
| int32 | utf16_first_part |
| bool | warn_on_first_escape |
| bool | saw_non_ascii |
| int core_yy_extra_type::backslash_quote |
Definition at line 87 of file scanner.h.
Referenced by scanner_init().
| bool core_yy_extra_type::escape_string_warning |
Definition at line 88 of file scanner.h.
Referenced by scanner_init().
| const uint16* core_yy_extra_type::keyword_tokens |
Definition at line 79 of file scanner.h.
Referenced by scanner_init().
| const ScanKeywordList* core_yy_extra_type::keywordlist |
Definition at line 78 of file scanner.h.
Referenced by scanner_init().
| int core_yy_extra_type::literalalloc |
Definition at line 100 of file scanner.h.
Referenced by scanner_init().
| char* core_yy_extra_type::literalbuf |
Definition at line 98 of file scanner.h.
Referenced by scanner_init().
| int core_yy_extra_type::literallen |
Definition at line 99 of file scanner.h.
Referenced by scanner_init().
| char* core_yy_extra_type::scanbuf |
Definition at line 72 of file scanner.h.
Referenced by scanner_init().
| Size core_yy_extra_type::scanbuflen |
Definition at line 73 of file scanner.h.
Referenced by scanner_init().
| bool core_yy_extra_type::standard_conforming_strings |
Definition at line 89 of file scanner.h.
Referenced by scanner_init().