PostgreSQL Source Code  git master
pg_regmatch_t Struct Reference

#include <regex.h>

Data Fields

pg_regoff_t rm_so
 
pg_regoff_t rm_eo
 

Detailed Description

Definition at line 161 of file regex.h.

Field Documentation

◆ rm_eo

pg_regoff_t pg_regmatch_t::rm_eo

Definition at line 164 of file regex.h.

Referenced by build_test_match_result(), cfind(), find(), setup_test_matches(), and test_re_execute().

◆ rm_so

pg_regoff_t pg_regmatch_t::rm_so

Definition at line 163 of file regex.h.

Referenced by build_test_match_result(), cfind(), find(), setup_test_matches(), and test_re_execute().


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