PostgreSQL Source Code  git master
test_re_flags Struct Reference

Data Fields

int cflags
 
int eflags
 
long info
 
bool glob
 
bool indices
 
bool partial
 

Detailed Description

Definition at line 27 of file test_regex.c.

Field Documentation

◆ cflags

int test_re_flags::cflags

Definition at line 29 of file test_regex.c.

Referenced by build_test_match_result(), parse_test_flags(), and test_regex().

◆ eflags

int test_re_flags::eflags

Definition at line 30 of file test_regex.c.

Referenced by parse_test_flags(), and setup_test_matches().

◆ glob

bool test_re_flags::glob

Definition at line 32 of file test_regex.c.

Referenced by parse_test_flags(), and setup_test_matches().

◆ indices

bool test_re_flags::indices

Definition at line 33 of file test_regex.c.

Referenced by build_test_match_result(), parse_test_flags(), and setup_test_matches().

◆ info

long test_re_flags::info

Definition at line 31 of file test_regex.c.

Referenced by build_test_info_result(), and parse_test_flags().

◆ partial

bool test_re_flags::partial

Definition at line 34 of file test_regex.c.

Referenced by parse_test_flags(), and setup_test_matches().


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