PostgreSQL Source Code git master
Loading...
Searching...
No Matches
regexp_matches_ctx Struct Reference

Data Fields

textorig_str
 
int nmatches
 
int npatterns
 
intmatch_locs
 
int next_match
 
Datumelems
 
boolnulls
 
pg_wcharwide_str
 
charconv_buf
 
int conv_bufsiz
 

Detailed Description

Definition at line 52 of file regexp.c.

Field Documentation

◆ conv_buf

char* regexp_matches_ctx::conv_buf

Definition at line 65 of file regexp.c.

◆ conv_bufsiz

int regexp_matches_ctx::conv_bufsiz

Definition at line 66 of file regexp.c.

◆ elems

Datum* regexp_matches_ctx::elems

Definition at line 62 of file regexp.c.

◆ match_locs

int* regexp_matches_ctx::match_locs

Definition at line 59 of file regexp.c.

◆ next_match

int regexp_matches_ctx::next_match

Definition at line 60 of file regexp.c.

◆ nmatches

int regexp_matches_ctx::nmatches

Definition at line 55 of file regexp.c.

◆ npatterns

int regexp_matches_ctx::npatterns

Definition at line 56 of file regexp.c.

◆ nulls

bool* regexp_matches_ctx::nulls

Definition at line 63 of file regexp.c.

◆ orig_str

text* regexp_matches_ctx::orig_str

Definition at line 54 of file regexp.c.

◆ wide_str

pg_wchar* regexp_matches_ctx::wide_str

Definition at line 64 of file regexp.c.


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