|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | str |
| int | lenstr |
| pg_wchar * | pgwstr |
| 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 255 of file wparser_def.c.
Referenced by p_iseqC(), p_isneC(), and TParserGet().
| int TParser::charmaxlen |
Definition at line 249 of file wparser_def.c.
Referenced by TParserCopyInit(), TParserGet(), and TParserInit().
| bool TParser::ignore |
Definition at line 251 of file wparser_def.c.
Referenced by p_isignore(), and SpecialTags().
| int TParser::lenbytetoken |
Definition at line 259 of file wparser_def.c.
Referenced by p_ishost(), p_isURLPath(), prsd_nexttoken(), and TParserGet().
| int TParser::lenchartoken |
Definition at line 260 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 246 of file wparser_def.c.
Referenced by p_isspecial(), TParserClose(), TParserCopyInit(), and TParserInit().
| TParserPosition* TParser::state |
Definition at line 250 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 258 of file wparser_def.c.
Referenced by prsd_nexttoken(), SpecialTags(), and TParserGet().
| int TParser::type |
Definition at line 261 of file wparser_def.c.
Referenced by p_ishost(), p_isURLPath(), prsd_nexttoken(), and TParserGet().
| bool TParser::wanthost |
Definition at line 252 of file wparser_def.c.
Referenced by p_ishost(), p_isstophost(), and SpecialFURL().