|
PostgreSQL Source Code git master
|
Data Fields | |
| int | posbyte |
| int | poschar |
| int | charlen |
| int | lenbytetoken |
| int | lenchartoken |
| TParserState | state |
| struct TParserPosition * | prev |
| const TParserStateActionItem * | pushedAtAction |
Definition at line 229 of file wparser_def.c.
| int TParserPosition::charlen |
Definition at line 233 of file wparser_def.c.
Referenced by p_isascii(), p_isEOF(), p_ishost(), p_isurlchar(), p_isURLPath(), and TParserGet().
| int TParserPosition::lenbytetoken |
Definition at line 234 of file wparser_def.c.
Referenced by p_ishost(), p_isURLPath(), SpecialFURL(), SpecialHyphen(), SpecialVerVersion(), and TParserGet().
| int TParserPosition::lenchartoken |
Definition at line 235 of file wparser_def.c.
Referenced by p_ishost(), p_isURLPath(), SpecialFURL(), SpecialHyphen(), SpecialTags(), SpecialVerVersion(), and TParserGet().
| int TParserPosition::posbyte |
Definition at line 231 of file wparser_def.c.
Referenced by p_isascii(), p_isEOF(), p_ishost(), p_isspecial(), p_isurlchar(), p_isURLPath(), SpecialFURL(), SpecialHyphen(), SpecialVerVersion(), TParserCopyInit(), and TParserGet().
| int TParserPosition::poschar |
Definition at line 232 of file wparser_def.c.
Referenced by p_ishost(), p_isspecial(), p_isURLPath(), SpecialFURL(), SpecialHyphen(), SpecialVerVersion(), TParserCopyInit(), and TParserGet().
| struct TParserPosition* TParserPosition::prev |
Definition at line 237 of file wparser_def.c.
Referenced by newTParserPosition(), TParserClose(), TParserCopyClose(), and TParserGet().
| const TParserStateActionItem* TParserPosition::pushedAtAction |
Definition at line 238 of file wparser_def.c.
Referenced by newTParserPosition(), and TParserGet().
| TParserState TParserPosition::state |
Definition at line 236 of file wparser_def.c.
Referenced by p_isURLPath(), TParserCopyInit(), TParserGet(), and TParserInit().