Process Hacker
pcre_extra Struct Reference

#include <pcre.h>

Data Fields

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 char ** mark
 

Detailed Description

Definition at line 229 of file pcre.h.

Field Documentation

void* callout_data

Definition at line 233 of file pcre.h.

unsigned long int flags

Definition at line 230 of file pcre.h.

unsigned char** mark

Definition at line 236 of file pcre.h.

unsigned long int match_limit

Definition at line 232 of file pcre.h.

unsigned long int match_limit_recursion

Definition at line 235 of file pcre.h.

void* study_data

Definition at line 231 of file pcre.h.

const unsigned char* tables

Definition at line 234 of file pcre.h.


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