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 |
bool core_yy_extra_type::escape_string_warning |
Definition at line 88 of file scanner.h.
Referenced by fill_in_constant_lengths().
const ScanKeywordList* core_yy_extra_type::keywordlist |
char* core_yy_extra_type::scanbuf |
Definition at line 72 of file scanner.h.
Referenced by base_yylex(), fill_in_constant_lengths(), internal_yylex(), plpgsql_yyerror(), and plpgsql_yylex().