PostgreSQL Source Code git master
|
Data Fields | |
char * | str |
int | lenstr |
wchar_t * | wstr |
pg_wchar * | pgwstr |
bool | usewide |
int | charmaxlen |
TParserPosition * | state |
bool | ignore |
bool | wanthost |
char | c |
char * | token |
int | lenbytetoken |
int | lenchartoken |
int | type |
Definition at line 241 of file wparser_def.c.
char TParser::c |
Definition at line 257 of file wparser_def.c.
Referenced by p_iseqC(), p_isneC(), and TParserGet().
int TParser::charmaxlen |
Definition at line 251 of file wparser_def.c.
Referenced by TParserCopyInit(), TParserGet(), and TParserInit().
bool TParser::ignore |
Definition at line 253 of file wparser_def.c.
Referenced by p_isignore(), and SpecialTags().
int TParser::lenbytetoken |
Definition at line 261 of file wparser_def.c.
Referenced by p_ishost(), p_isURLPath(), prsd_nexttoken(), and TParserGet().
int TParser::lenchartoken |
Definition at line 262 of file wparser_def.c.
Referenced by p_ishost(), p_isURLPath(), and TParserGet().
int TParser::lenstr |
Definition at line 245 of file wparser_def.c.
Referenced by p_isEOF(), TParserCopyInit(), TParserGet(), and TParserInit().
pg_wchar* TParser::pgwstr |
Definition at line 247 of file wparser_def.c.
Referenced by p_isspecial(), TParserClose(), TParserCopyInit(), and TParserInit().
TParserPosition* TParser::state |
Definition at line 252 of file wparser_def.c.
Referenced by p_isascii(), p_isEOF(), p_ishost(), p_isspecial(), p_isurlchar(), p_isURLPath(), SpecialFURL(), SpecialHyphen(), SpecialTags(), SpecialVerVersion(), TParserClose(), TParserCopyClose(), TParserCopyInit(), TParserGet(), and TParserInit().
char* TParser::str |
Definition at line 244 of file wparser_def.c.
Referenced by p_isascii(), p_isspecial(), p_isurlchar(), TParserCopyInit(), TParserGet(), and TParserInit().
char* TParser::token |
Definition at line 260 of file wparser_def.c.
Referenced by prsd_nexttoken(), SpecialTags(), and TParserGet().
int TParser::type |
Definition at line 263 of file wparser_def.c.
Referenced by p_ishost(), p_isURLPath(), prsd_nexttoken(), and TParserGet().
bool TParser::usewide |
Definition at line 248 of file wparser_def.c.
Referenced by p_isspecial(), TParserCopyInit(), and TParserInit().
bool TParser::wanthost |
Definition at line 254 of file wparser_def.c.
Referenced by p_ishost(), p_isstophost(), and SpecialFURL().
wchar_t* TParser::wstr |
Definition at line 246 of file wparser_def.c.
Referenced by p_isspecial(), TParserClose(), TParserCopyInit(), and TParserInit().