PostgreSQL Source Code git master
Loading...
Searching...
No Matches
TrgmNFA Struct Reference

Data Fields

regex_tregex
 
TrgmColorInfocolorInfo
 
int ncolors
 
HTABstates
 
TrgmStateinitState
 
int nstates
 
Listqueue
 
ListkeysQueue
 
int arcsCount
 
bool overflowed
 
ColorTrgmInfocolorTrgms
 
int colorTrgmsCount
 
int totalTrgmCount
 

Detailed Description

Definition at line 402 of file trgm_regexp.c.

Field Documentation

◆ arcsCount

int TrgmNFA::arcsCount

Definition at line 417 of file trgm_regexp.c.

◆ colorInfo

TrgmColorInfo* TrgmNFA::colorInfo

Definition at line 406 of file trgm_regexp.c.

◆ colorTrgms

ColorTrgmInfo* TrgmNFA::colorTrgms

Definition at line 421 of file trgm_regexp.c.

◆ colorTrgmsCount

int TrgmNFA::colorTrgmsCount

Definition at line 422 of file trgm_regexp.c.

◆ initState

TrgmState* TrgmNFA::initState

Definition at line 411 of file trgm_regexp.c.

◆ keysQueue

List* TrgmNFA::keysQueue

Definition at line 416 of file trgm_regexp.c.

◆ ncolors

int TrgmNFA::ncolors

Definition at line 407 of file trgm_regexp.c.

◆ nstates

int TrgmNFA::nstates

Definition at line 412 of file trgm_regexp.c.

◆ overflowed

bool TrgmNFA::overflowed

Definition at line 418 of file trgm_regexp.c.

◆ queue

List* TrgmNFA::queue

Definition at line 415 of file trgm_regexp.c.

◆ regex

regex_t* TrgmNFA::regex

Definition at line 405 of file trgm_regexp.c.

Referenced by createTrgmNFAInternal().

◆ states

HTAB* TrgmNFA::states

Definition at line 410 of file trgm_regexp.c.

◆ totalTrgmCount

int TrgmNFA::totalTrgmCount

Definition at line 423 of file trgm_regexp.c.


The documentation for this struct was generated from the following file: