PostgreSQL Source Code: sset Struct Reference (original) (raw)
Data Fields | |
---|---|
unsigned * | states |
unsigned | hash |
int | flags |
struct arcp | ins |
chr * | lastseen |
struct sset ** | outs |
struct arcp * | inchain |
Detailed Description
Definition at line 45 of file regexec.c.
Field Documentation
◆ flags
int sset::flags
Definition at line 52 of file regexec.c.
Referenced by getvacant(), initialize(), lastcold(), longest(), matchuntil(), miss(), pickss(), and shortest().
◆ hash
unsigned sset::hash
Definition at line 48 of file regexec.c.
Referenced by initialize(), and miss().
◆ inchain
struct arcp* sset::inchain
Definition at line 60 of file regexec.c.
Referenced by getvacant(), miss(), and pickss().
◆ ins
struct arcp sset::ins
Definition at line 57 of file regexec.c.
Referenced by getvacant(), miss(), and pickss().
◆ lastseen
chr* sset::lastseen
Definition at line 58 of file regexec.c.
Referenced by getvacant(), initialize(), lastcold(), longest(), matchuntil(), pickss(), and shortest().
◆ outs
struct sset** sset::outs
Definition at line 59 of file regexec.c.
Referenced by getvacant(), longest(), matchuntil(), miss(), pickss(), and shortest().
◆ states
unsigned* sset::states
Definition at line 47 of file regexec.c.
Referenced by initialize(), miss(), and pickss().
The documentation for this struct was generated from the following file:
- src/backend/regex/regexec.c