|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Functions | |
| int | pg_reg_getnumstates (const regex_t *regex) |
| int | pg_reg_getinitialstate (const regex_t *regex) |
| int | pg_reg_getfinalstate (const regex_t *regex) |
| static void | traverse_lacons (struct cnfa *cnfa, int st, int *arcs_count, regex_arc_t *arcs, int arcs_len) |
| int | pg_reg_getnumoutarcs (const regex_t *regex, int st) |
| void | pg_reg_getoutarcs (const regex_t *regex, int st, regex_arc_t *arcs, int arcs_len) |
| int | pg_reg_getnumcolors (const regex_t *regex) |
| int | pg_reg_colorisbegin (const regex_t *regex, int co) |
| int | pg_reg_colorisend (const regex_t *regex, int co) |
| int | pg_reg_getnumcharacters (const regex_t *regex, int co) |
| void | pg_reg_getcharacters (const regex_t *regex, int co, pg_wchar *chars, int chars_len) |
Definition at line 191 of file regexport.c.
References assert, cnfa::bos, fb(), and REMAGIC.
Referenced by addKey().
Definition at line 266 of file regexport.c.
References assert, colormap::cd, chars, CHR_MIN, fb(), colordesc::flags, colormap::locolormap, colormap::max, MAX_SIMPLE_CHR, PSEUDO, and REMAGIC.
Referenced by getColorInfo().
Definition at line 64 of file regexport.c.
References assert, fb(), cnfa::post, and REMAGIC.
Referenced by addKey().
Definition at line 50 of file regexport.c.
References assert, fb(), cnfa::pre, and REMAGIC.
Referenced by transformGraph().
Definition at line 230 of file regexport.c.
References assert, colormap::cd, fb(), colordesc::flags, colormap::max, colordesc::nschrs, colordesc::nuchrs, PSEUDO, and REMAGIC.
Referenced by getColorInfo().
Definition at line 174 of file regexport.c.
References assert, fb(), colormap::max, and REMAGIC.
Referenced by getColorInfo().
Definition at line 134 of file regexport.c.
References assert, fb(), cnfa::nstates, REMAGIC, and traverse_lacons().
Definition at line 155 of file regexport.c.
References assert, fb(), cnfa::nstates, REMAGIC, and traverse_lacons().
|
static |
Definition at line 93 of file regexport.c.
References Assert, check_stack_depth(), regex_arc_t::co, COLORLESS, fb(), cnfa::ncolors, cnfa::post, cnfa::states, regex_arc_t::to, and traverse_lacons().
Referenced by pg_reg_getnumoutarcs(), pg_reg_getoutarcs(), and traverse_lacons().