Process Hacker
pcre_callout_block Struct Reference

#include <pcre.h>

Data Fields

int version
 
int callout_number
 
int * offset_vector
 
PCRE_SPTR subject
 
int subject_length
 
int start_match
 
int current_position
 
int capture_top
 
int capture_last
 
void * callout_data
 
int pattern_position
 
int next_item_length
 

Detailed Description

Definition at line 244 of file pcre.h.

Field Documentation

void* callout_data

Definition at line 255 of file pcre.h.

int callout_number

Definition at line 247 of file pcre.h.

int capture_last

Definition at line 254 of file pcre.h.

int capture_top

Definition at line 253 of file pcre.h.

int current_position

Definition at line 252 of file pcre.h.

int next_item_length

Definition at line 258 of file pcre.h.

int* offset_vector

Definition at line 248 of file pcre.h.

int pattern_position

Definition at line 257 of file pcre.h.

int start_match

Definition at line 251 of file pcre.h.

PCRE_SPTR subject

Definition at line 249 of file pcre.h.

int subject_length

Definition at line 250 of file pcre.h.

int version

Definition at line 245 of file pcre.h.


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