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

#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_blockcb
 
voidcallout_data
 
int(* callout )(pcre2_callout_block *, void *)
 
dfa_recursion_inforecursive
 

Detailed Description

Definition at line 911 of file pcre2_intmodedep.h.

Field Documentation

◆ allowemptypartial

BOOL dfa_match_block::allowemptypartial

Definition at line 929 of file pcre2_intmodedep.h.

◆ bsr_convention

uint16_t dfa_match_block::bsr_convention

Definition at line 931 of file pcre2_intmodedep.h.

◆ callout

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

Definition at line 934 of file pcre2_intmodedep.h.

◆ callout_data

void* dfa_match_block::callout_data

Definition at line 933 of file pcre2_intmodedep.h.

◆ cb

pcre2_callout_block* dfa_match_block::cb

Definition at line 932 of file pcre2_intmodedep.h.

◆ end_subject

PCRE2_SPTR dfa_match_block::end_subject

Definition at line 915 of file pcre2_intmodedep.h.

◆ heap_limit

uint32_t dfa_match_block::heap_limit

Definition at line 920 of file pcre2_intmodedep.h.

◆ heap_used

PCRE2_SIZE dfa_match_block::heap_used

Definition at line 921 of file pcre2_intmodedep.h.

◆ last_used_ptr

PCRE2_SPTR dfa_match_block::last_used_ptr

Definition at line 917 of file pcre2_intmodedep.h.

◆ match_call_count

uint32_t dfa_match_block::match_call_count

Definition at line 924 of file pcre2_intmodedep.h.

◆ match_limit

uint32_t dfa_match_block::match_limit

Definition at line 922 of file pcre2_intmodedep.h.

◆ match_limit_depth

uint32_t dfa_match_block::match_limit_depth

Definition at line 923 of file pcre2_intmodedep.h.

◆ memctl

pcre2_memctl dfa_match_block::memctl

Definition at line 912 of file pcre2_intmodedep.h.

◆ moptions

uint32_t dfa_match_block::moptions

Definition at line 925 of file pcre2_intmodedep.h.

◆ nl

PCRE2_UCHAR dfa_match_block::nl[4]

Definition at line 930 of file pcre2_intmodedep.h.

◆ nllen

uint32_t dfa_match_block::nllen

Definition at line 928 of file pcre2_intmodedep.h.

◆ nltype

uint32_t dfa_match_block::nltype

Definition at line 927 of file pcre2_intmodedep.h.

◆ poptions

uint32_t dfa_match_block::poptions

Definition at line 926 of file pcre2_intmodedep.h.

◆ recursive

dfa_recursion_info* dfa_match_block::recursive

Definition at line 935 of file pcre2_intmodedep.h.

◆ start_code

PCRE2_SPTR dfa_match_block::start_code

Definition at line 913 of file pcre2_intmodedep.h.

◆ start_offset

PCRE2_SIZE dfa_match_block::start_offset

Definition at line 919 of file pcre2_intmodedep.h.

◆ start_subject

PCRE2_SPTR dfa_match_block::start_subject

Definition at line 914 of file pcre2_intmodedep.h.

◆ start_used_ptr

PCRE2_SPTR dfa_match_block::start_used_ptr

Definition at line 916 of file pcre2_intmodedep.h.

◆ tables

const uint8_t* dfa_match_block::tables

Definition at line 918 of file pcre2_intmodedep.h.


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