php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <pcre2_intmodedep.h>
Data Fields | |
pcre2_memctl | memctl |
int(* | callout )(pcre2_callout_block *, void *) |
void * | callout_data |
int(* | substitute_callout )(pcre2_substitute_callout_block *, void *) |
void * | substitute_callout_data |
PCRE2_SIZE | offset_limit |
uint32_t | heap_limit |
uint32_t | match_limit |
uint32_t | depth_limit |
Definition at line 581 of file pcre2_intmodedep.h.
int(* pcre2_real_match_context::callout) (pcre2_callout_block *, void *) |
Definition at line 587 of file pcre2_intmodedep.h.
void* pcre2_real_match_context::callout_data |
Definition at line 588 of file pcre2_intmodedep.h.
uint32_t pcre2_real_match_context::depth_limit |
Definition at line 594 of file pcre2_intmodedep.h.
uint32_t pcre2_real_match_context::heap_limit |
Definition at line 592 of file pcre2_intmodedep.h.
uint32_t pcre2_real_match_context::match_limit |
Definition at line 593 of file pcre2_intmodedep.h.
pcre2_memctl pcre2_real_match_context::memctl |
Definition at line 582 of file pcre2_intmodedep.h.
PCRE2_SIZE pcre2_real_match_context::offset_limit |
Definition at line 591 of file pcre2_intmodedep.h.
int(* pcre2_real_match_context::substitute_callout) (pcre2_substitute_callout_block *, void *) |
Definition at line 589 of file pcre2_intmodedep.h.
void* pcre2_real_match_context::substitute_callout_data |
Definition at line 590 of file pcre2_intmodedep.h.