Data Fields | |
unsigned long int | match_call_count |
unsigned long int | match_limit |
int * | offset_vector |
int | offset_end |
int | offset_max |
const uschar * | lcc |
const uschar * | ctypes |
bool | offset_overflow |
bool | notbol |
bool | noteol |
bool | utf8 |
bool | endonly |
bool | notempty |
const uschar * | start_code |
const uschar * | start_subject |
const uschar * | end_subject |
const uschar * | start_match |
const uschar * | end_match_ptr |
int | end_offset_top |
int | capture_last |
int | start_offset |
recursion_info * | recursive |
void * | callout_data |
Definition at line 538 of file pcre.cpp.
void* match_data::callout_data |
const uschar* match_data::ctypes |
const uschar* match_data::end_match_ptr |
const uschar* match_data::end_subject |
bool match_data::endonly |
const uschar* match_data::lcc |
unsigned long int match_data::match_call_count |
unsigned long int match_data::match_limit |
bool match_data::notbol |
bool match_data::notempty |
bool match_data::noteol |
const uschar* match_data::start_code |
const uschar* match_data::start_match |
const uschar* match_data::start_subject |
bool match_data::utf8 |