Searched defs:heapframe (Results 1 – 1 of 1) sorted by relevance
786 typedef struct heapframe { struct791 PCRE2_SPTR ecode; /* The current position in the pattern */792 PCRE2_SPTR temp_sptr[2]; /* Used for short-term PCRE_SPTR values */794 PCRE2_SIZE back_frame; /* Amount to subtract on RRETURN */795 PCRE2_SIZE temp_size; /* Used for short-term PCRE2_SIZE values */796 uint32_t rdepth; /* "Recursion" depth */797 uint32_t group_frame_type; /* Type information for group frames */799 uint8_t return_id; /* Where to go on in internal "return" */800 uint8_t op; /* Processing opcode */813 PCRE2_UCHAR occu[6]; /* Used for other case code units */[all …]
Completed in 9 milliseconds