PostgreSQL Source Code  git master
TParser Struct Reference

Data Fields

char * str
 
int lenstr
 
wchar_t * wstr
 
pg_wcharpgwstr
 
bool usewide
 
int charmaxlen
 
TParserPositionstate
 
bool ignore
 
bool wanthost
 
char c
 
char * token
 
int lenbytetoken
 
int lenchartoken
 
int type
 

Detailed Description

Definition at line 241 of file wparser_def.c.

Field Documentation

◆ c

char TParser::c

Definition at line 257 of file wparser_def.c.

Referenced by p_iseqC(), p_isneC(), and TParserGet().

◆ charmaxlen

int TParser::charmaxlen

Definition at line 251 of file wparser_def.c.

Referenced by TParserCopyInit(), TParserGet(), and TParserInit().

◆ ignore

bool TParser::ignore

Definition at line 253 of file wparser_def.c.

Referenced by p_isignore(), and SpecialTags().

◆ lenbytetoken

int TParser::lenbytetoken

Definition at line 261 of file wparser_def.c.

Referenced by p_ishost(), p_isURLPath(), prsd_nexttoken(), and TParserGet().

◆ lenchartoken

int TParser::lenchartoken

Definition at line 262 of file wparser_def.c.

Referenced by p_ishost(), p_isURLPath(), and TParserGet().

◆ lenstr

int TParser::lenstr

Definition at line 245 of file wparser_def.c.

Referenced by p_isEOF(), TParserCopyInit(), TParserGet(), and TParserInit().

◆ pgwstr

pg_wchar* TParser::pgwstr

Definition at line 247 of file wparser_def.c.

Referenced by p_isspecial(), TParserClose(), TParserCopyInit(), and TParserInit().

◆ state

◆ str

char* TParser::str

◆ token

char* TParser::token

Definition at line 260 of file wparser_def.c.

Referenced by prsd_nexttoken(), SpecialTags(), and TParserGet().

◆ type

int TParser::type

Definition at line 263 of file wparser_def.c.

Referenced by p_ishost(), p_isURLPath(), prsd_nexttoken(), and TParserGet().

◆ usewide

bool TParser::usewide

Definition at line 248 of file wparser_def.c.

Referenced by p_isspecial(), TParserCopyInit(), and TParserInit().

◆ wanthost

bool TParser::wanthost

Definition at line 254 of file wparser_def.c.

Referenced by p_ishost(), p_isstophost(), and SpecialFURL().

◆ wstr

wchar_t* TParser::wstr

Definition at line 246 of file wparser_def.c.

Referenced by p_isspecial(), TParserClose(), TParserCopyInit(), and TParserInit().


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