Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

regex_t Struct Reference

#include <regex.h>

Data Fields

int re_magic
size_t re_nsub
long re_info
int re_csize
char * re_endp
Oid re_collation
char * re_guts
char * re_fns

Detailed Description

Definition at line 55 of file regex.h.


Field Documentation

Definition at line 76 of file regex.h.

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

Definition at line 74 of file regex.h.

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

Definition at line 75 of file regex.h.

Definition at line 79 of file regex.h.

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

Definition at line 59 of file regex.h.

Referenced by pg_regcomp().

Definition at line 58 of file regex.h.

Referenced by pg_regcomp(), setup_regexp_matches(), and textregexsubstr().


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