PostgreSQL Source Code
git master
|
#include <regguts.h>
Data Fields | |
int | nstates |
int | ncolors |
int | flags |
int | pre |
int | post |
color | bos [2] |
color | eos [2] |
char * | stflags |
struct carc ** | states |
struct carc * | arcs |
int | minmatchall |
int | maxmatchall |
struct carc* cnfa::arcs |
Definition at line 421 of file regguts.h.
Referenced by compact(), and freecnfa().
color cnfa::bos[2] |
Definition at line 415 of file regguts.h.
Referenced by compact(), findprefix(), longest(), matchuntil(), pg_reg_colorisbegin(), and shortest().
color cnfa::eos[2] |
Definition at line 416 of file regguts.h.
Referenced by compact(), findprefix(), longest(), matchuntil(), pg_reg_colorisend(), and shortest().
int cnfa::flags |
Definition at line 410 of file regguts.h.
Referenced by compact(), longest(), matchuntil(), miss(), pg_regprefix(), and shortest().
int cnfa::maxmatchall |
Definition at line 424 of file regguts.h.
Referenced by compact(), longest(), matchuntil(), and shortest().
int cnfa::minmatchall |
Definition at line 423 of file regguts.h.
Referenced by compact(), longest(), matchuntil(), and shortest().
int cnfa::ncolors |
Definition at line 409 of file regguts.h.
Referenced by compact(), findprefix(), lacon(), miss(), newdfa(), and traverse_lacons().
int cnfa::nstates |
Definition at line 408 of file regguts.h.
Referenced by caltdissect(), ccondissect(), citerdissect(), compact(), crevcondissect(), creviterdissect(), newdfa(), pg_reg_getnumoutarcs(), pg_reg_getnumstates(), pg_reg_getoutarcs(), and pg_regprefix().
int cnfa::post |
Definition at line 414 of file regguts.h.
Referenced by compact(), findprefix(), initialize(), miss(), pg_reg_getfinalstate(), and traverse_lacons().
int cnfa::pre |
Definition at line 413 of file regguts.h.
Referenced by compact(), findprefix(), initialize(), and pg_reg_getinitialstate().
struct carc** cnfa::states |
Definition at line 419 of file regguts.h.
Referenced by compact(), findprefix(), freecnfa(), miss(), and traverse_lacons().
char* cnfa::stflags |
Definition at line 417 of file regguts.h.
Referenced by compact(), freecnfa(), and miss().