|
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 547 of file regguts.h.
Referenced by cfind(), find(), pg_regcomp(), and pg_regexec().
| struct colormap guts::cmap |
Definition at line 553 of file regguts.h.
Referenced by getladfa(), getsubdfa(), pg_regcomp(), pg_regexec(), pg_regprefix(), and rfree().
| long guts::info |
Definition at line 548 of file regguts.h.
Referenced by pg_regcomp(), pg_regexec(), and pg_regprefix().
| struct subre* guts::lacons |
Definition at line 555 of file regguts.h.
Referenced by getladfa(), lacon(), pg_regcomp(), and rfree().
| int guts::magic |
Definition at line 545 of file regguts.h.
Referenced by pg_regcomp(), and rfree().
| int guts::nlacons |
Definition at line 556 of file regguts.h.
Referenced by pg_regcomp(), pg_regexec(), and rfree().
| size_t guts::nsub |
Definition at line 549 of file regguts.h.
Referenced by pg_regcomp(), and pg_regexec().
| int guts::ntree |
Definition at line 552 of file regguts.h.
Referenced by pg_regcomp(), and pg_regexec().
| struct cnfa guts::search |
| struct subre* guts::tree |
Definition at line 550 of file regguts.h.
Referenced by cfindloop(), find(), pg_regcomp(), pg_regexec(), pg_regprefix(), and rfree().