PostgreSQL Source Code
git master
|
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 |
int vars::cflags |
Definition at line 286 of file regcomp.c.
Referenced by brackpart(), brenext(), cbracket(), charclass(), charclasscomplement(), eclass(), lexescape(), lexstart(), next(), onechr(), parseqatom(), pg_regcomp(), prefixes(), skip(), and wordchrs().
struct colormap* vars::cm |
Definition at line 296 of file regcomp.c.
Referenced by bracket(), cbracket(), charclasscomplement(), makesearch(), nfanode(), nonword(), optimizebracket(), parseqatom(), pg_regcomp(), processlacon(), subcolorcvec(), subcoloronechr(), subcoloronerange(), subcoloronerow(), and wordchrs().
struct cvec* vars::cv |
Definition at line 303 of file regcomp.c.
Referenced by freev(), getcvec(), and pg_regcomp().
struct cvec* vars::cv2 |
Definition at line 304 of file regcomp.c.
Referenced by freev(), and pg_regcomp().
rm_detail_t* vars::details |
Definition at line 113 of file regexec.c.
Referenced by cfind(), find(), and pg_regexec().
struct smalldfa vars::dfa1 |
int vars::eflags |
Definition at line 110 of file regexec.c.
Referenced by longest(), matchuntil(), newdfa(), pg_regexec(), and shortest().
int vars::err |
Definition at line 285 of file regcomp.c.
Referenced by cfind(), cfindloop(), chrnamed(), citerdissect(), creviterdissect(), find(), freev(), pg_regcomp(), and pg_regexec().
struct guts* vars::g |
Definition at line 109 of file regexec.c.
Referenced by cbrdissect(), cfind(), cfindloop(), dfa_backref(), find(), getladfa(), getsubdfa(), lacon(), and pg_regexec().
struct subre* vars::lacons |
Definition at line 305 of file regcomp.c.
Referenced by freev(), newlacon(), and pg_regcomp().
struct dfa** vars::ladfas |
Definition at line 119 of file regexec.c.
Referenced by getladfa(), and pg_regexec().
chr** vars::lblastcp |
Definition at line 121 of file regexec.c.
Referenced by lacon(), and pg_regexec().
struct sset** vars::lblastcss |
Definition at line 120 of file regexec.c.
Referenced by lacon(), and pg_regexec().
int vars::nexttype |
Definition at line 288 of file regcomp.c.
Referenced by brackpart(), lexstart(), next(), and parseqatom().
chr vars::nextvalue |
Definition at line 289 of file regcomp.c.
Referenced by brackpart(), parseqatom(), and scannum().
struct nfa* vars::nfa |
Definition at line 295 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().
int vars::nlacons |
Definition at line 306 of file regcomp.c.
Referenced by freev(), newlacon(), and pg_regcomp().
color vars::nlcolor |
Definition at line 297 of file regcomp.c.
Referenced by cbracket(), parseqatom(), and pg_regcomp().
size_t vars::nmatch |
Definition at line 111 of file regexec.c.
Referenced by cfindloop(), find(), longest(), pg_regexec(), shortest(), and subset().
const chr* vars::now |
Definition at line 283 of file regcomp.c.
Referenced by brackpart(), brenext(), lexdigits(), lexescape(), next(), pg_regcomp(), prefixes(), scanplain(), and skip().
int vars::nsubexp |
Definition at line 291 of file regcomp.c.
Referenced by parseqatom(), and pg_regcomp().
size_t vars::nsubs |
Definition at line 293 of file regcomp.c.
Referenced by moresubs(), parseqatom(), and pg_regcomp().
int vars::ntree |
Definition at line 302 of file regcomp.c.
Referenced by pg_regcomp().
regmatch_t* vars::pmatch |
Definition at line 112 of file regexec.c.
Referenced by cbrdissect(), cfindloop(), dfa_backref(), find(), longest(), pg_regexec(), shortest(), subset(), and zaptreesubs().
regex_t * vars::re |
Definition at line 282 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().
chr* vars::search_start |
Definition at line 115 of file regexec.c.
Referenced by cfindloop(), find(), and pg_regexec().
size_t vars::spaceused |
Definition at line 308 of file regcomp.c.
Referenced by allocarc(), freenfa(), newstate(), and pg_regcomp().
chr* vars::start |
Definition at line 114 of file regexec.c.
Referenced by cbrdissect(), dfa_backref(), find(), lastcold(), longest(), matchuntil(), pg_regexec(), and shortest().
const chr* vars::stop |
Definition at line 284 of file regcomp.c.
Referenced by cfind(), cfindloop(), find(), lacon(), longest(), matchuntil(), pg_regcomp(), pg_regexec(), and shortest().
struct subre* vars::sub10[10] |
Definition at line 294 of file regcomp.c.
Referenced by freev(), moresubs(), and pg_regcomp().
struct dfa** vars::subdfas |
Definition at line 118 of file regexec.c.
Referenced by getsubdfa(), and pg_regexec().
struct subre** vars::subs |
Definition at line 292 of file regcomp.c.
Referenced by freev(), moresubs(), parseqatom(), and pg_regcomp().
struct subre* vars::tree |
Definition at line 299 of file regcomp.c.
Referenced by freev(), and pg_regcomp().
struct subre* vars::treechain |
Definition at line 300 of file regcomp.c.
Referenced by cleanst(), freesrnode(), freev(), pg_regcomp(), and subre().
struct subre* vars::treefree |
Definition at line 301 of file regcomp.c.
Referenced by cleanst(), freesrnode(), pg_regcomp(), and subre().
struct state* vars::wordchrs |
Definition at line 298 of file regcomp.c.
Referenced by nonword(), pg_regcomp(), word(), and wordchrs().