Home
last modified time | relevance | path

Searched refs:stack_frames (Results 1 – 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h860 heapframe *stack_frames; /* The original vector on the stack */ member
Dpcre2_match.c672 if (mb->match_frames != mb->stack_frames) in match()
6364 mb->stack_frames = (heapframe *)stack_frames_vector; in pcre2_match()
6832 mb->match_frames = mb->stack_frames; /* Initial frame vector on the stack */ in pcre2_match()
7468 if (mb->match_frames != mb->stack_frames) in pcre2_match()