PostgreSQL Source Code
git master
|
Data Fields | |
int | nssets |
int | nssused |
int | nstates |
int | ncolors |
int | wordsper |
struct sset * | ssets |
unsigned * | statesarea |
unsigned * | work |
struct sset ** | outsarea |
struct arcp * | incarea |
struct cnfa * | cnfa |
struct colormap * | cm |
chr * | lastpost |
chr * | lastnopr |
struct sset * | search |
int | backno |
short | backmin |
short | backmax |
bool | ismalloced |
bool | arraysmalloced |
bool dfa::arraysmalloced |
short dfa::backmax |
Definition at line 82 of file regexec.c.
Referenced by dfa_backref(), getsubdfa(), and newdfa().
short dfa::backmin |
Definition at line 81 of file regexec.c.
Referenced by dfa_backref(), getsubdfa(), and newdfa().
int dfa::backno |
Definition at line 80 of file regexec.c.
Referenced by dfa_backref(), getsubdfa(), longest(), newdfa(), and shortest().
struct colormap* dfa::cm |
Definition at line 76 of file regexec.c.
Referenced by cfind(), find(), longest(), matchuntil(), miss(), newdfa(), and shortest().
struct cnfa* dfa::cnfa |
Definition at line 75 of file regexec.c.
Referenced by initialize(), longest(), matchuntil(), miss(), newdfa(), and shortest().
struct arcp* dfa::incarea |
bool dfa::ismalloced |
chr* dfa::lastnopr |
Definition at line 78 of file regexec.c.
Referenced by getvacant(), initialize(), lastcold(), and newdfa().
chr* dfa::lastpost |
Definition at line 77 of file regexec.c.
Referenced by getvacant(), initialize(), longest(), and newdfa().
int dfa::ncolors |
Definition at line 68 of file regexec.c.
Referenced by getvacant(), newdfa(), and pickss().
int dfa::nssused |
Definition at line 66 of file regexec.c.
Referenced by initialize(), lastcold(), longest(), miss(), newdfa(), and pickss().
struct sset** dfa::outsarea |
struct sset* dfa::search |
struct sset* dfa::ssets |
Definition at line 70 of file regexec.c.
Referenced by freedfa(), getvacant(), initialize(), lastcold(), longest(), matchuntil(), miss(), newdfa(), pickss(), and shortest().
unsigned* dfa::statesarea |
int dfa::wordsper |