|
PostgreSQL Source Code git master
|
Data Fields | |
| regex_t * | regex |
| TrgmColorInfo * | colorInfo |
| int | ncolors |
| HTAB * | states |
| TrgmState * | initState |
| int | nstates |
| List * | queue |
| List * | keysQueue |
| int | arcsCount |
| bool | overflowed |
| ColorTrgmInfo * | colorTrgms |
| int | colorTrgmsCount |
| int | totalTrgmCount |
Definition at line 402 of file trgm_regexp.c.
| int TrgmNFA::arcsCount |
Definition at line 417 of file trgm_regexp.c.
| TrgmColorInfo* TrgmNFA::colorInfo |
Definition at line 406 of file trgm_regexp.c.
| ColorTrgmInfo* TrgmNFA::colorTrgms |
Definition at line 421 of file trgm_regexp.c.
| int TrgmNFA::colorTrgmsCount |
Definition at line 422 of file trgm_regexp.c.
| TrgmState* TrgmNFA::initState |
Definition at line 411 of file trgm_regexp.c.
| List* TrgmNFA::keysQueue |
Definition at line 416 of file trgm_regexp.c.
| int TrgmNFA::ncolors |
Definition at line 407 of file trgm_regexp.c.
| int TrgmNFA::nstates |
Definition at line 412 of file trgm_regexp.c.
| bool TrgmNFA::overflowed |
Definition at line 418 of file trgm_regexp.c.
| List* TrgmNFA::queue |
Definition at line 415 of file trgm_regexp.c.
| regex_t* TrgmNFA::regex |
Definition at line 405 of file trgm_regexp.c.
Referenced by createTrgmNFAInternal().
| HTAB* TrgmNFA::states |
Definition at line 410 of file trgm_regexp.c.
| int TrgmNFA::totalTrgmCount |
Definition at line 423 of file trgm_regexp.c.