Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_intmodedep.h780 typedef struct heapframe { struct
831 } heapframe; argument
837 ((sizeof(heapframe) % sizeof(PCRE2_SIZE)) == 0)? (+1):(-1)];
845 heapframe *match_frames; /* Points to vector of frames */
846 heapframe *match_frames_top; /* Points after the end of the vector */
847 heapframe *stack_frames; /* The original vector on the stack */
Dpcre2_match.c211 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames()
215 heapframe *Q; in display_frames()
229 i++, Q = (heapframe *)((char *)Q + frame_size)) in display_frames()
265 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout()
353 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref()
569 heapframe *F; /* Current frame pointer */ in match()
570 heapframe *N = NULL; /* Temporary frame pointers */ in match()
571 heapframe *P = NULL; in match()
572 heapframe *assert_accept_frame; /* For passing back the frame with captures */ in match()
607 frame_copy_size = frame_size - offsetof(heapframe, eptr); in match()
[all …]
Dpcre2_pattern_info.c168 *((size_t *)where) = offsetof(heapframe, ovector) + in pcre2_pattern_info()
/external/pcre/dist2/
DChangeLog35 8. Added some dummy variables to the heapframe structure in 16-bit and 32-bit