PostgreSQL Source Code  git master
guts Struct Reference

#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 subretree
 
struct cnfa search
 
int ntree
 
struct colormap cmap
 
struct subrelacons
 
int nlacons
 

Detailed Description

Definition at line 528 of file regguts.h.

Member Function Documentation

◆ FUNCPTR()

int guts::FUNCPTR ( compare  ,
(const chr *, const chr *, size_t)   
)

Field Documentation

◆ cflags

int guts::cflags

Definition at line 532 of file regguts.h.

Referenced by cfind(), find(), pg_regcomp(), and pg_regexec().

◆ cmap

struct colormap guts::cmap

Definition at line 537 of file regguts.h.

Referenced by getladfa(), getsubdfa(), pg_regcomp(), pg_regexec(), pg_regprefix(), and rfree().

◆ info

long guts::info

Definition at line 533 of file regguts.h.

Referenced by pg_regcomp(), pg_regexec(), and pg_regprefix().

◆ lacons

struct subre* guts::lacons

Definition at line 540 of file regguts.h.

Referenced by getladfa(), lacon(), pg_regcomp(), and rfree().

◆ magic

int guts::magic

Definition at line 530 of file regguts.h.

Referenced by pg_regcomp(), and rfree().

◆ nlacons

int guts::nlacons

Definition at line 541 of file regguts.h.

Referenced by pg_regcomp(), pg_regexec(), and rfree().

◆ nsub

size_t guts::nsub

Definition at line 534 of file regguts.h.

Referenced by pg_regcomp(), and pg_regexec().

◆ ntree

int guts::ntree

Definition at line 537 of file regguts.h.

Referenced by pg_regcomp(), and pg_regexec().

◆ search

struct cnfa guts::search

Definition at line 535 of file regguts.h.

Referenced by cfind(), find(), pg_regcomp(), and rfree().

◆ tree

struct subre* guts::tree

Definition at line 535 of file regguts.h.

Referenced by cfindloop(), find(), pg_regcomp(), pg_regexec(), pg_regprefix(), and rfree().


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