Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

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 89 of file regexec.c.


Field Documentation

Definition at line 91 of file regexec.c.

Referenced by newdfa().

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

Definition at line 95 of file regexec.c.

Referenced by newdfa().

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

Definition at line 94 of file regexec.c.

Referenced by newdfa().

struct sset smalldfa::ssets[FEWSTATES *2]

Definition at line 92 of file regexec.c.

Referenced by newdfa().

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

Definition at line 93 of file regexec.c.

Referenced by newdfa().


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