Home
last modified time | relevance | path

Searched defs:heapframe (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h790 typedef struct heapframe { struct
795 PCRE2_SPTR ecode; /* The current position in the pattern */
796 PCRE2_SPTR temp_sptr[2]; /* Used for short-term PCRE_SPTR values */
798 PCRE2_SIZE back_frame; /* Amount to subtract on RRETURN */
799 PCRE2_SIZE temp_size; /* Used for short-term PCRE2_SIZE values */
801 uint32_t group_frame_type; /* Type information for group frames */
802 uint32_t temp_32[4]; /* Used for short-term 32-bit or BOOL values */
803 uint8_t return_id; /* Where to go on in internal "return" */
804 uint8_t op; /* Processing opcode */
817 PCRE2_UCHAR occu[6]; /* Used for other case code units */
[all …]

Completed in 18 milliseconds