Data Fields | |
char * | str |
int | lenstr |
int | charmaxlen |
TParserPosition * | state |
bool | ignore |
bool | wanthost |
char | c |
char * | token |
int | lenbytetoken |
int | lenchartoken |
int | type |
Definition at line 237 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().
Definition at line 249 of file wparser_def.c.
Referenced by TParserCopyInit(), TParserGet(), and TParserInit().
Definition at line 251 of file wparser_def.c.
Referenced by p_isignore(), and SpecialTags().
Definition at line 259 of file wparser_def.c.
Referenced by p_ishost(), p_isURLPath(), prsd_nexttoken(), and TParserGet().
Definition at line 260 of file wparser_def.c.
Referenced by p_ishost(), p_isURLPath(), and TParserGet().
int TParser::lenstr |
Definition at line 241 of file wparser_def.c.
Referenced by TParserCopyInit(), TParserGet(), and TParserInit().
Definition at line 250 of file wparser_def.c.
Referenced by p_isascii(), p_iseq(), p_ishost(), p_isspecial(), p_isurlchar(), p_isURLPath(), SpecialFURL(), SpecialHyphen(), SpecialTags(), SpecialVerVersion(), TParserClose(), TParserCopyClose(), TParserCopyInit(), TParserGet(), and TParserInit().
char* TParser::str |
Definition at line 240 of file wparser_def.c.
Referenced by p_isascii(), p_iseq(), 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().
Definition at line 252 of file wparser_def.c.
Referenced by p_ishost(), p_isstophost(), and SpecialFURL().