PostgreSQL Source Code  git master
test_regex_ctx Struct Reference

Data Fields

test_re_flags re_flags
 
rm_detail_t details
 
textorig_str
 
int nmatches
 
int npatterns
 
int * match_locs
 
int next_match
 
Datumelems
 
boolnulls
 
pg_wcharwide_str
 
char * conv_buf
 
int conv_bufsiz
 

Detailed Description

Definition at line 38 of file test_regex.c.

Field Documentation

◆ conv_buf

char* test_regex_ctx::conv_buf

Definition at line 53 of file test_regex.c.

Referenced by build_test_match_result(), and setup_test_matches().

◆ conv_bufsiz

int test_regex_ctx::conv_bufsiz

Definition at line 54 of file test_regex.c.

Referenced by setup_test_matches().

◆ details

rm_detail_t test_regex_ctx::details

Definition at line 41 of file test_regex.c.

Referenced by build_test_match_result(), and setup_test_matches().

◆ elems

Datum* test_regex_ctx::elems

Definition at line 50 of file test_regex.c.

Referenced by build_test_match_result(), and test_regex().

◆ match_locs

int* test_regex_ctx::match_locs

Definition at line 47 of file test_regex.c.

Referenced by build_test_match_result(), and setup_test_matches().

◆ next_match

int test_regex_ctx::next_match

Definition at line 48 of file test_regex.c.

Referenced by build_test_match_result(), and test_regex().

◆ nmatches

int test_regex_ctx::nmatches

Definition at line 43 of file test_regex.c.

Referenced by setup_test_matches(), and test_regex().

◆ npatterns

int test_regex_ctx::npatterns

Definition at line 44 of file test_regex.c.

Referenced by build_test_match_result(), setup_test_matches(), and test_regex().

◆ nulls

bool* test_regex_ctx::nulls

Definition at line 51 of file test_regex.c.

Referenced by build_test_match_result(), and test_regex().

◆ orig_str

text* test_regex_ctx::orig_str

Definition at line 42 of file test_regex.c.

Referenced by build_test_match_result(), and setup_test_matches().

◆ re_flags

test_re_flags test_regex_ctx::re_flags

Definition at line 40 of file test_regex.c.

Referenced by build_test_match_result(), and setup_test_matches().

◆ wide_str

pg_wchar* test_regex_ctx::wide_str

Definition at line 52 of file test_regex.c.

Referenced by build_test_match_result(), and setup_test_matches().


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