2005/5/9

     
 

struct pcre_callout_block

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

pcre_callout_block Struct Reference

#include <pcre.h>

List of all members.

Public Attributes

int version
int callout_number
int * offset_vector
const char * subject
int subject_length
int start_match
int current_position
int capture_top
int capture_last
void * callout_data


Member Data Documentation

void* pcre_callout_block::callout_data
 

int pcre_callout_block::callout_number
 

int pcre_callout_block::capture_last
 

int pcre_callout_block::capture_top
 

int pcre_callout_block::current_position
 

int* pcre_callout_block::offset_vector
 

int pcre_callout_block::start_match
 

const char* pcre_callout_block::subject
 

int pcre_callout_block::subject_length
 

int pcre_callout_block::version