PostgreSQL Source Code git master
Loading...
Searching...
No Matches
core_yy_extra_type Struct Reference

#include <scanner.h>

Data Fields

charscanbuf
 
Size scanbuflen
 
const ScanKeywordListkeywordlist
 
const uint16keyword_tokens
 
int backslash_quote
 
charliteralbuf
 
int literallen
 
int literalalloc
 
int state_before_str_stop
 
int xcdepth
 
chardolqstart
 
YYLTYPE save_yylloc
 
int32 utf16_first_part
 
bool saw_non_ascii
 

Detailed Description

Definition at line 66 of file scanner.h.

Field Documentation

◆ backslash_quote

int core_yy_extra_type::backslash_quote

Definition at line 87 of file scanner.h.

◆ dolqstart

char* core_yy_extra_type::dolqstart

Definition at line 105 of file scanner.h.

◆ keyword_tokens

const uint16* core_yy_extra_type::keyword_tokens

Definition at line 79 of file scanner.h.

◆ keywordlist

const ScanKeywordList* core_yy_extra_type::keywordlist

Definition at line 78 of file scanner.h.

◆ literalalloc

int core_yy_extra_type::literalalloc

Definition at line 98 of file scanner.h.

◆ literalbuf

char* core_yy_extra_type::literalbuf

Definition at line 96 of file scanner.h.

◆ literallen

int core_yy_extra_type::literallen

Definition at line 97 of file scanner.h.

◆ save_yylloc

YYLTYPE core_yy_extra_type::save_yylloc

Definition at line 106 of file scanner.h.

◆ saw_non_ascii

bool core_yy_extra_type::saw_non_ascii

Definition at line 112 of file scanner.h.

◆ scanbuf

char* core_yy_extra_type::scanbuf

Definition at line 72 of file scanner.h.

◆ scanbuflen

Size core_yy_extra_type::scanbuflen

Definition at line 73 of file scanner.h.

◆ state_before_str_stop

int core_yy_extra_type::state_before_str_stop

Definition at line 103 of file scanner.h.

◆ utf16_first_part

int32 core_yy_extra_type::utf16_first_part

Definition at line 109 of file scanner.h.

◆ xcdepth

int core_yy_extra_type::xcdepth

Definition at line 104 of file scanner.h.


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