PostgreSQL Source Code: vars Struct Reference (original) (raw)

Data Fields
regex_t * re
const chr * now
const chr * stop
int err
int cflags
int lasttype
int nexttype
chr nextvalue
int lexcon
int nsubexp
struct subre ** subs
size_t nsubs
struct subre * sub10 [10]
struct nfa * nfa
struct colormap * cm
color nlcolor
struct state * wordchrs
struct subre * tree
struct subre * treechain
struct subre * treefree
int ntree
struct cvec * cv
struct cvec * cv2
struct subre * lacons
int nlacons
size_t spaceused
struct guts * g
int eflags
size_t nmatch
regmatch_t * pmatch
rm_detail_t * details
chr * start
chr * search_start
chr * stop
struct dfa ** subdfas
struct dfa ** ladfas
struct sset ** lblastcss
chr ** lblastcp
struct smalldfa dfa1
struct smalldfa dfa2

Definition at line 281 of file regcomp.c.

cflags

Definition at line 287 of file regcomp.c.

Referenced by brackpart(), brenext(), cbracket(), charclass(), charclasscomplement(), eclass(), lexescape(), lexstart(), next(), onechr(), parseqatom(), pg_regcomp(), prefixes(), skip(), and wordchrs().

cm

Definition at line 297 of file regcomp.c.

Referenced by bracket(), cbracket(), charclasscomplement(), makesearch(), nfanode(), nonword(), optimizebracket(), parseqatom(), pg_regcomp(), processlacon(), subcolorcvec(), subcoloronechr(), subcoloronerange(), subcoloronerow(), and wordchrs().

cv

cv2

details

dfa1

dfa2

eflags

err

g

lacons

struct subre* vars::lacons

ladfas

struct dfa** vars::ladfas

lasttype

lblastcp

lblastcss

struct sset** vars::lblastcss

lexcon

nexttype

nextvalue

nfa

Definition at line 296 of file regcomp.c.

Referenced by bracket(), cbracket(), charclasscomplement(), freev(), nfanode(), nonword(), optimizebracket(), parse(), parsebranch(), parseqatom(), pg_regcomp(), processlacon(), repeat(), subcolorcvec(), subcoloronechr(), subcoloronerow(), word(), and wordchrs().

nlacons

nlcolor

nmatch

now

nsubexp

nsubs

ntree

pmatch

re

Definition at line 283 of file regcomp.c.

Referenced by cdissect(), checkmatchall_recurse(), cleartraverse(), clonesuccessorstates(), copyins(), copyouts(), deltraverse(), duptraverse(), emptyreachable(), findconstraintloop(), freev(), lacon(), markcanreach(), markreachable(), mergeins(), miss(), moveins(), moveouts(), newarc(), newstate(), pg_regcomp(), pg_regexec(), range(), removetraverse(), and subre().

search_start

spaceused

start

stop [1/2]

stop [2/2]

sub10

struct subre* vars::sub10[10]

subdfas

struct dfa** vars::subdfas

subs

struct subre** vars::subs

tree

treechain

struct subre* vars::treechain

treefree

struct subre* vars::treefree

wordchrs

struct state* vars::wordchrs


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