PostgreSQL Source Code  git master
smalldfa Struct Reference

Data Fields

struct dfa dfa
 
struct sset ssets [FEWSTATES *2]
 
unsigned statesarea [FEWSTATES *2+WORK]
 
struct ssetoutsarea [FEWSTATES *2 *FEWCOLORS]
 
struct arcp incarea [FEWSTATES *2 *FEWCOLORS]
 

Detailed Description

Definition at line 92 of file regexec.c.

Field Documentation

◆ dfa

struct dfa smalldfa::dfa

Definition at line 84 of file regexec.c.

Referenced by newdfa().

◆ incarea

struct arcp smalldfa::incarea[FEWSTATES *2 *FEWCOLORS]

Definition at line 97 of file regexec.c.

Referenced by newdfa().

◆ outsarea

struct sset* smalldfa::outsarea[FEWSTATES *2 *FEWCOLORS]

Definition at line 97 of file regexec.c.

Referenced by newdfa().

◆ ssets

struct sset smalldfa::ssets[FEWSTATES *2]

Definition at line 84 of file regexec.c.

Referenced by newdfa().

◆ statesarea

unsigned smalldfa::statesarea[FEWSTATES *2+WORK]

Definition at line 96 of file regexec.c.

Referenced by newdfa().


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