|
PostgreSQL Source Code git master
|
Data Fields | |
| TSConfigCacheEntry * | cfg |
| Oid | curDictId |
| int | posDict |
| DictSubState | dictState |
| ParsedLex * | curSub |
| ListParsedLex | towork |
| ListParsedLex | waste |
| ParsedLex * | lastRes |
| TSLexeme * | tmpRes |
Definition at line 41 of file ts_parse.c.
| TSConfigCacheEntry* LexizeData::cfg |
Definition at line 43 of file ts_parse.c.
Referenced by LexizeExec(), and LexizeInit().
| Oid LexizeData::curDictId |
Definition at line 44 of file ts_parse.c.
Referenced by LexizeExec(), and LexizeInit().
| ParsedLex* LexizeData::curSub |
Definition at line 47 of file ts_parse.c.
Referenced by LexizeAddLemm(), LexizeExec(), LexizeInit(), and moveToWaste().
| DictSubState LexizeData::dictState |
Definition at line 46 of file ts_parse.c.
Referenced by LexizeExec().
| ParsedLex* LexizeData::lastRes |
Definition at line 56 of file ts_parse.c.
Referenced by LexizeExec(), LexizeInit(), and setNewTmpRes().
| int LexizeData::posDict |
Definition at line 45 of file ts_parse.c.
Referenced by LexizeExec(), LexizeInit(), and RemoveHead().
| TSLexeme* LexizeData::tmpRes |
Definition at line 57 of file ts_parse.c.
Referenced by LexizeExec(), LexizeInit(), and setNewTmpRes().
| ListParsedLex LexizeData::towork |
Definition at line 48 of file ts_parse.c.
Referenced by LexizeAddLemm(), LexizeExec(), LexizeInit(), moveToWaste(), and RemoveHead().
| ListParsedLex LexizeData::waste |
Definition at line 49 of file ts_parse.c.
Referenced by LexizeInit(), RemoveHead(), and setCorrLex().