PostgreSQL Source Code  git master
pg_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 133 of file regex.h.

Field Documentation

◆ re_collation

Oid pg_regex_t::re_collation

Definition at line 154 of file regex.h.

◆ re_csize

int pg_regex_t::re_csize

Definition at line 152 of file regex.h.

◆ re_endp

char* pg_regex_t::re_endp

Definition at line 153 of file regex.h.

◆ re_fns

char* pg_regex_t::re_fns

Definition at line 157 of file regex.h.

◆ re_guts

char* pg_regex_t::re_guts

Definition at line 156 of file regex.h.

◆ re_info

long pg_regex_t::re_info

Definition at line 137 of file regex.h.

◆ re_magic

int pg_regex_t::re_magic

Definition at line 135 of file regex.h.

◆ re_nsub

size_t pg_regex_t::re_nsub

Definition at line 136 of file regex.h.


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