php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pcre2_real_match_context Struct Reference

#include <pcre2_intmodedep.h>

Data Fields

pcre2_memctl memctl
 
int(* callout )(pcre2_callout_block *, void *)
 
voidcallout_data
 
int(* substitute_callout )(pcre2_substitute_callout_block *, void *)
 
voidsubstitute_callout_data
 
PCRE2_SIZE offset_limit
 
uint32_t heap_limit
 
uint32_t match_limit
 
uint32_t depth_limit
 

Detailed Description

Definition at line 581 of file pcre2_intmodedep.h.

Field Documentation

◆ callout

int(* pcre2_real_match_context::callout) (pcre2_callout_block *, void *)

Definition at line 587 of file pcre2_intmodedep.h.

◆ callout_data

void* pcre2_real_match_context::callout_data

Definition at line 588 of file pcre2_intmodedep.h.

◆ depth_limit

uint32_t pcre2_real_match_context::depth_limit

Definition at line 594 of file pcre2_intmodedep.h.

◆ heap_limit

uint32_t pcre2_real_match_context::heap_limit

Definition at line 592 of file pcre2_intmodedep.h.

◆ match_limit

uint32_t pcre2_real_match_context::match_limit

Definition at line 593 of file pcre2_intmodedep.h.

◆ memctl

pcre2_memctl pcre2_real_match_context::memctl

Definition at line 582 of file pcre2_intmodedep.h.

◆ offset_limit

PCRE2_SIZE pcre2_real_match_context::offset_limit

Definition at line 591 of file pcre2_intmodedep.h.

◆ substitute_callout

int(* pcre2_real_match_context::substitute_callout) (pcre2_substitute_callout_block *, void *)

Definition at line 589 of file pcre2_intmodedep.h.

◆ substitute_callout_data

void* pcre2_real_match_context::substitute_callout_data

Definition at line 590 of file pcre2_intmodedep.h.


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