NCBI C++ ToolKit
Public Attributes | List of all members
pcre32_extra Struct Reference

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
 

Detailed Description

Definition at line 408 of file pcre.h.

Member Data Documentation

◆ callout_data

void* pcre32_extra::callout_data

Definition at line 412 of file pcre.h.

Referenced by pcre_dfa_exec(), and pcre_exec().

◆ executable_jit

void* pcre32_extra::executable_jit

Definition at line 416 of file pcre.h.

Referenced by pcre_exec(), pcre_free_study(), and pcre_fullinfo().

◆ flags

unsigned long int pcre32_extra::flags

◆ mark

unsigned int** pcre32_extra::mark

Definition at line 415 of file pcre.h.

Referenced by pcre_exec(), and regression_tests().

◆ match_limit

unsigned long int pcre32_extra::match_limit

Definition at line 411 of file pcre.h.

Referenced by pcre_exec().

◆ match_limit_recursion

unsigned long int pcre32_extra::match_limit_recursion

Definition at line 414 of file pcre.h.

Referenced by pcre_exec().

◆ study_data

void* pcre32_extra::study_data

◆ tables

const unsigned char* pcre32_extra::tables

Definition at line 413 of file pcre.h.

Referenced by pcre_dfa_exec(), and pcre_exec().


The documentation for this struct was generated from the following file:
Modified on Tue Sep 03 11:03:24 2024 by modify_doxy.py rev. 669887
Modified on Wed Sep 04 15:05:02 2024 by modify_doxy.py rev. 669887