php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <pcre2_intmodedep.h>
Data Fields | |
pcre2_memctl | memctl |
PCRE2_SPTR | start_code |
PCRE2_SPTR | start_subject |
PCRE2_SPTR | end_subject |
PCRE2_SPTR | start_used_ptr |
PCRE2_SPTR | last_used_ptr |
const uint8_t * | tables |
PCRE2_SIZE | start_offset |
uint32_t | heap_limit |
PCRE2_SIZE | heap_used |
uint32_t | match_limit |
uint32_t | match_limit_depth |
uint32_t | match_call_count |
uint32_t | moptions |
uint32_t | poptions |
uint32_t | nltype |
uint32_t | nllen |
BOOL | allowemptypartial |
PCRE2_UCHAR | nl [4] |
uint16_t | bsr_convention |
pcre2_callout_block * | cb |
void * | callout_data |
int(* | callout )(pcre2_callout_block *, void *) |
dfa_recursion_info * | recursive |
Definition at line 911 of file pcre2_intmodedep.h.
BOOL dfa_match_block::allowemptypartial |
Definition at line 929 of file pcre2_intmodedep.h.
uint16_t dfa_match_block::bsr_convention |
Definition at line 931 of file pcre2_intmodedep.h.
int(* dfa_match_block::callout) (pcre2_callout_block *, void *) |
Definition at line 934 of file pcre2_intmodedep.h.
void* dfa_match_block::callout_data |
Definition at line 933 of file pcre2_intmodedep.h.
pcre2_callout_block* dfa_match_block::cb |
Definition at line 932 of file pcre2_intmodedep.h.
PCRE2_SPTR dfa_match_block::end_subject |
Definition at line 915 of file pcre2_intmodedep.h.
uint32_t dfa_match_block::heap_limit |
Definition at line 920 of file pcre2_intmodedep.h.
PCRE2_SIZE dfa_match_block::heap_used |
Definition at line 921 of file pcre2_intmodedep.h.
PCRE2_SPTR dfa_match_block::last_used_ptr |
Definition at line 917 of file pcre2_intmodedep.h.
uint32_t dfa_match_block::match_call_count |
Definition at line 924 of file pcre2_intmodedep.h.
uint32_t dfa_match_block::match_limit |
Definition at line 922 of file pcre2_intmodedep.h.
uint32_t dfa_match_block::match_limit_depth |
Definition at line 923 of file pcre2_intmodedep.h.
pcre2_memctl dfa_match_block::memctl |
Definition at line 912 of file pcre2_intmodedep.h.
uint32_t dfa_match_block::moptions |
Definition at line 925 of file pcre2_intmodedep.h.
PCRE2_UCHAR dfa_match_block::nl[4] |
Definition at line 930 of file pcre2_intmodedep.h.
uint32_t dfa_match_block::nllen |
Definition at line 928 of file pcre2_intmodedep.h.
uint32_t dfa_match_block::nltype |
Definition at line 927 of file pcre2_intmodedep.h.
uint32_t dfa_match_block::poptions |
Definition at line 926 of file pcre2_intmodedep.h.
dfa_recursion_info* dfa_match_block::recursive |
Definition at line 935 of file pcre2_intmodedep.h.
PCRE2_SPTR dfa_match_block::start_code |
Definition at line 913 of file pcre2_intmodedep.h.
PCRE2_SIZE dfa_match_block::start_offset |
Definition at line 919 of file pcre2_intmodedep.h.
PCRE2_SPTR dfa_match_block::start_subject |
Definition at line 914 of file pcre2_intmodedep.h.
PCRE2_SPTR dfa_match_block::start_used_ptr |
Definition at line 916 of file pcre2_intmodedep.h.
const uint8_t* dfa_match_block::tables |
Definition at line 918 of file pcre2_intmodedep.h.