PostgreSQL Source Code git master
|
Data Fields | |
MemoryContext | cre_context |
char * | cre_pat |
int | cre_pat_len |
int | cre_flags |
Oid | cre_collation |
regex_t | cre_re |
Oid cached_re_str::cre_collation |
Definition at line 108 of file regexp.c.
Referenced by RE_compile_and_cache().
MemoryContext cached_re_str::cre_context |
Definition at line 104 of file regexp.c.
Referenced by RE_compile_and_cache().
int cached_re_str::cre_flags |
Definition at line 107 of file regexp.c.
Referenced by RE_compile_and_cache().
char* cached_re_str::cre_pat |
Definition at line 105 of file regexp.c.
Referenced by RE_compile_and_cache().
int cached_re_str::cre_pat_len |
Definition at line 106 of file regexp.c.
Referenced by RE_compile_and_cache().
regex_t cached_re_str::cre_re |
Definition at line 109 of file regexp.c.
Referenced by RE_compile_and_cache().