NCBI C++ ToolKit
|
Search Toolkit Book for pcre32_extra
Search Toolkit Book for pcre32_extra
#include <util/regexp/pcre.h>
Public Attributes | |
unsigned long int | flags |
void * | study_data |
unsigned long int | match_limit |
void * | callout_data |
const unsigned char * | tables |
unsigned long int | match_limit_recursion |
unsigned int ** | mark |
void * | executable_jit |
void* pcre32_extra::callout_data |
Definition at line 412 of file pcre.h.
Referenced by pcre_dfa_exec(), and pcre_exec().
void* pcre32_extra::executable_jit |
Definition at line 416 of file pcre.h.
Referenced by pcre_exec(), pcre_free_study(), and pcre_fullinfo().
unsigned long int pcre32_extra::flags |
Definition at line 409 of file pcre.h.
Referenced by pcre_dfa_exec(), pcre_exec(), pcre_free_study(), pcre_fullinfo(), pcre_pattern_to_host_byte_order(), and regression_tests().
unsigned int** pcre32_extra::mark |
Definition at line 415 of file pcre.h.
Referenced by pcre_exec(), and regression_tests().
unsigned long int pcre32_extra::match_limit |
Definition at line 411 of file pcre.h.
Referenced by pcre_exec().
unsigned long int pcre32_extra::match_limit_recursion |
Definition at line 414 of file pcre.h.
Referenced by pcre_exec().
void* pcre32_extra::study_data |
Definition at line 410 of file pcre.h.
Referenced by pcre_dfa_exec(), pcre_exec(), pcre_fullinfo(), pcre_pattern_to_host_byte_order(), and regression_tests().
const unsigned char* pcre32_extra::tables |
Definition at line 413 of file pcre.h.
Referenced by pcre_dfa_exec(), and pcre_exec().