PostgreSQL Source Code  git master
regexp_matches_ctx Struct Reference

Data Fields

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 52 of file regexp.c.

Field Documentation

◆ conv_buf

char* regexp_matches_ctx::conv_buf

◆ conv_bufsiz

int regexp_matches_ctx::conv_bufsiz

Definition at line 66 of file regexp.c.

Referenced by setup_regexp_matches().

◆ elems

Datum* regexp_matches_ctx::elems

Definition at line 62 of file regexp.c.

Referenced by build_regexp_match_result(), regexp_match(), and regexp_matches().

◆ match_locs

int* regexp_matches_ctx::match_locs

◆ next_match

int regexp_matches_ctx::next_match

◆ nmatches

◆ npatterns

int regexp_matches_ctx::npatterns

◆ nulls

bool* regexp_matches_ctx::nulls

Definition at line 63 of file regexp.c.

Referenced by build_regexp_match_result(), regexp_match(), and regexp_matches().

◆ orig_str

text* regexp_matches_ctx::orig_str

◆ wide_str

pg_wchar* regexp_matches_ctx::wide_str

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