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

#include <pcre2_intmodedep.h>

Data Fields

PCRE2_SPTR ecode
 
PCRE2_SPTR temp_sptr [2]
 
PCRE2_SIZE length
 
PCRE2_SIZE back_frame
 
PCRE2_SIZE temp_size
 
uint32_t rdepth
 
uint32_t group_frame_type
 
uint32_t temp_32 [4]
 
uint8_t return_id
 
uint8_t op
 
uint8_t unused [2]
 
PCRE2_UCHAR occu [1]
 
PCRE2_SPTR eptr
 
PCRE2_SPTR start_match
 
PCRE2_SPTR mark
 
PCRE2_SPTR recurse_last_used
 
uint32_t current_recurse
 
uint32_t capture_last
 
PCRE2_SIZE last_group_offset
 
PCRE2_SIZE offset_top
 
PCRE2_SIZE ovector [131072]
 

Detailed Description

Definition at line 790 of file pcre2_intmodedep.h.

Field Documentation

◆ back_frame

PCRE2_SIZE heapframe::back_frame

Definition at line 798 of file pcre2_intmodedep.h.

◆ capture_last

uint32_t heapframe::capture_last

Definition at line 838 of file pcre2_intmodedep.h.

◆ current_recurse

uint32_t heapframe::current_recurse

Definition at line 837 of file pcre2_intmodedep.h.

◆ ecode

PCRE2_SPTR heapframe::ecode

Definition at line 795 of file pcre2_intmodedep.h.

◆ eptr

PCRE2_SPTR heapframe::eptr

Definition at line 833 of file pcre2_intmodedep.h.

◆ group_frame_type

uint32_t heapframe::group_frame_type

Definition at line 801 of file pcre2_intmodedep.h.

◆ last_group_offset

PCRE2_SIZE heapframe::last_group_offset

Definition at line 839 of file pcre2_intmodedep.h.

◆ length

PCRE2_SIZE heapframe::length

Definition at line 797 of file pcre2_intmodedep.h.

◆ mark

PCRE2_SPTR heapframe::mark

Definition at line 835 of file pcre2_intmodedep.h.

◆ occu

PCRE2_UCHAR heapframe::occu[1]

Definition at line 823 of file pcre2_intmodedep.h.

◆ offset_top

PCRE2_SIZE heapframe::offset_top

Definition at line 840 of file pcre2_intmodedep.h.

◆ op

uint8_t heapframe::op

Definition at line 804 of file pcre2_intmodedep.h.

◆ ovector

PCRE2_SIZE heapframe::ovector[131072]

Definition at line 841 of file pcre2_intmodedep.h.

◆ rdepth

uint32_t heapframe::rdepth

Definition at line 800 of file pcre2_intmodedep.h.

◆ recurse_last_used

PCRE2_SPTR heapframe::recurse_last_used

Definition at line 836 of file pcre2_intmodedep.h.

◆ return_id

uint8_t heapframe::return_id

Definition at line 803 of file pcre2_intmodedep.h.

◆ start_match

PCRE2_SPTR heapframe::start_match

Definition at line 834 of file pcre2_intmodedep.h.

◆ temp_32

uint32_t heapframe::temp_32[4]

Definition at line 802 of file pcre2_intmodedep.h.

◆ temp_size

PCRE2_SIZE heapframe::temp_size

Definition at line 799 of file pcre2_intmodedep.h.

◆ temp_sptr

PCRE2_SPTR heapframe::temp_sptr[2]

Definition at line 796 of file pcre2_intmodedep.h.

◆ unused

uint8_t heapframe::unused[2]

Definition at line 822 of file pcre2_intmodedep.h.


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