PostgreSQL Source Code git master
|
Data Fields | |
test_re_flags | re_flags |
rm_detail_t | details |
text * | orig_str |
int | nmatches |
int | npatterns |
int * | match_locs |
int | next_match |
Datum * | elems |
bool * | nulls |
pg_wchar * | wide_str |
char * | conv_buf |
int | conv_bufsiz |
Definition at line 37 of file test_regex.c.
char* test_regex_ctx::conv_buf |
Definition at line 52 of file test_regex.c.
Referenced by build_test_match_result(), and setup_test_matches().
int test_regex_ctx::conv_bufsiz |
Definition at line 53 of file test_regex.c.
Referenced by setup_test_matches().
rm_detail_t test_regex_ctx::details |
Definition at line 40 of file test_regex.c.
Referenced by build_test_match_result(), and setup_test_matches().
Datum* test_regex_ctx::elems |
Definition at line 49 of file test_regex.c.
Referenced by build_test_match_result(), and test_regex().
int* test_regex_ctx::match_locs |
Definition at line 46 of file test_regex.c.
Referenced by build_test_match_result(), and setup_test_matches().
int test_regex_ctx::next_match |
Definition at line 47 of file test_regex.c.
Referenced by build_test_match_result(), and test_regex().
int test_regex_ctx::nmatches |
Definition at line 42 of file test_regex.c.
Referenced by setup_test_matches(), and test_regex().
int test_regex_ctx::npatterns |
Definition at line 43 of file test_regex.c.
Referenced by build_test_match_result(), setup_test_matches(), and test_regex().
bool* test_regex_ctx::nulls |
Definition at line 50 of file test_regex.c.
Referenced by build_test_match_result(), and test_regex().
text* test_regex_ctx::orig_str |
Definition at line 41 of file test_regex.c.
Referenced by build_test_match_result(), and setup_test_matches().
test_re_flags test_regex_ctx::re_flags |
Definition at line 39 of file test_regex.c.
Referenced by build_test_match_result(), and setup_test_matches().
pg_wchar* test_regex_ctx::wide_str |
Definition at line 51 of file test_regex.c.
Referenced by build_test_match_result(), and setup_test_matches().