PostgreSQL Source Code
git master
|
#include <regex.h>
Data Fields | |
pg_regoff_t | rm_so |
pg_regoff_t | 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().
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().