PostgreSQL Source Code: dfa Struct Reference (original) (raw)
| 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 |
Definition at line 63 of file regexec.c.
◆ arraysmalloced
◆ backmax
◆ backmin
◆ backno
◆ cm
◆ cnfa
◆ incarea
struct arcp* dfa::incarea
◆ ismalloced
◆ lastnopr
◆ lastpost
◆ ncolors
◆ nssets
◆ nssused
◆ nstates
◆ outsarea
struct sset** dfa::outsarea
◆ search
◆ ssets
◆ statesarea
unsigned* dfa::statesarea
◆ wordsper
◆ work
The documentation for this struct was generated from the following file:
- src/backend/regex/regexec.c