Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre_exec.c352 typedef struct heapframe { struct
353 struct heapframe *Xprevframe; argument
354 struct heapframe *Xnextframe; argument
358 PCRE_PUCHAR Xeptr;
359 const pcre_uchar *Xecode;
360 PCRE_PUCHAR Xmstart;
361 int Xoffset_top;
362 eptrblock *Xeptrb;
363 unsigned int Xrdepth;
367 PCRE_PUCHAR Xcallpat;
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h782 typedef struct heapframe { struct
787 PCRE2_SPTR ecode; /* The current position in the pattern */
788 PCRE2_SPTR temp_sptr[2]; /* Used for short-term PCRE_SPTR values */
789 PCRE2_SIZE length; /* Used for character, string, or code lengths */
790 PCRE2_SIZE back_frame; /* Amount to subtract on RRETURN */
791 PCRE2_SIZE temp_size; /* Used for short-term PCRE2_SIZE values */
792 uint32_t rdepth; /* "Recursion" depth */
793 uint32_t group_frame_type; /* Type information for group frames */
794 uint32_t temp_32[4]; /* Used for short-term 32-bit or BOOL values */
795 uint8_t return_id; /* Where to go on in internal "return" */
[all …]