|
PostgreSQL Source Code git master
|
#include <regguts.h>
Public Member Functions | |
| int | FUNCPTR (compare,(const chr *, const chr *, size_t)) |
Data Fields | |
| int | magic |
| int | cflags |
| long | info |
| size_t | nsub |
| struct subre * | tree |
| struct cnfa | search |
| int | ntree |
| struct colormap | cmap |
| struct subre * | lacons |
| int | nlacons |
| int guts::cflags |
Definition at line 534 of file regguts.h.
Referenced by cfind(), find(), pg_regcomp(), and pg_regexec().
| struct colormap guts::cmap |
Definition at line 540 of file regguts.h.
Referenced by getladfa(), getsubdfa(), pg_regcomp(), pg_regexec(), pg_regprefix(), and rfree().
| long guts::info |
Definition at line 535 of file regguts.h.
Referenced by pg_regcomp(), pg_regexec(), and pg_regprefix().
| struct subre* guts::lacons |
Definition at line 542 of file regguts.h.
Referenced by getladfa(), lacon(), pg_regcomp(), and rfree().
| int guts::magic |
Definition at line 532 of file regguts.h.
Referenced by pg_regcomp(), and rfree().
| int guts::nlacons |
Definition at line 543 of file regguts.h.
Referenced by pg_regcomp(), pg_regexec(), and rfree().
| size_t guts::nsub |
Definition at line 536 of file regguts.h.
Referenced by pg_regcomp(), and pg_regexec().
| int guts::ntree |
Definition at line 539 of file regguts.h.
Referenced by pg_regcomp(), and pg_regexec().
| struct cnfa guts::search |
| struct subre* guts::tree |
Definition at line 537 of file regguts.h.
Referenced by cfindloop(), find(), pg_regcomp(), pg_regexec(), pg_regprefix(), and rfree().