PostgreSQL Source Code git master
|
Data Fields | |
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 |
char* regexp_matches_ctx::conv_buf |
Definition at line 65 of file regexp.c.
Referenced by build_regexp_match_result(), build_regexp_split_result(), and setup_regexp_matches().
int regexp_matches_ctx::conv_bufsiz |
Definition at line 66 of file regexp.c.
Referenced by setup_regexp_matches().
Datum* regexp_matches_ctx::elems |
Definition at line 62 of file regexp.c.
Referenced by build_regexp_match_result(), regexp_match(), and regexp_matches().
int* regexp_matches_ctx::match_locs |
Definition at line 59 of file regexp.c.
Referenced by build_regexp_match_result(), build_regexp_split_result(), regexp_instr(), regexp_substr(), and setup_regexp_matches().
int regexp_matches_ctx::next_match |
Definition at line 60 of file regexp.c.
Referenced by build_regexp_match_result(), build_regexp_split_result(), regexp_matches(), regexp_split_to_array(), and regexp_split_to_table().
int regexp_matches_ctx::nmatches |
Definition at line 55 of file regexp.c.
Referenced by regexp_count(), regexp_instr(), regexp_match(), regexp_matches(), regexp_split_to_array(), regexp_split_to_table(), regexp_substr(), and setup_regexp_matches().
int regexp_matches_ctx::npatterns |
Definition at line 56 of file regexp.c.
Referenced by build_regexp_match_result(), regexp_instr(), regexp_match(), regexp_matches(), regexp_substr(), and setup_regexp_matches().
bool* regexp_matches_ctx::nulls |
Definition at line 63 of file regexp.c.
Referenced by build_regexp_match_result(), regexp_match(), and regexp_matches().
text* regexp_matches_ctx::orig_str |
Definition at line 54 of file regexp.c.
Referenced by build_regexp_match_result(), build_regexp_split_result(), regexp_substr(), and setup_regexp_matches().
pg_wchar* regexp_matches_ctx::wide_str |
Definition at line 64 of file regexp.c.
Referenced by build_regexp_match_result(), build_regexp_split_result(), and setup_regexp_matches().