Searched refs:heapframe (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 783 typedef struct heapframe { struct 834 } heapframe; argument 840 ((sizeof(heapframe) % sizeof(PCRE2_SIZE)) == 0)? (+1):(-1)]; 848 heapframe *match_frames; /* Points to vector of frames */ 849 heapframe *match_frames_top; /* Points after the end of the vector */ 850 heapframe *stack_frames; /* The original vector on the stack */
|
D | pcre2_match.c | 212 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames() 216 heapframe *Q; in display_frames() 230 i++, Q = (heapframe *)((char *)Q + frame_size)) in display_frames() 266 do_callout(heapframe *F, match_block *mb, PCRE2_SIZE *lengthptr) in do_callout() 354 match_ref(PCRE2_SIZE offset, BOOL caseless, heapframe *F, match_block *mb, in match_ref() 570 heapframe *F; /* Current frame pointer */ in match() 571 heapframe *N = NULL; /* Temporary frame pointers */ in match() 572 heapframe *P = NULL; in match() 573 heapframe *assert_accept_frame; /* For passing back the frame with captures */ in match() 608 frame_copy_size = frame_size - offsetof(heapframe, eptr); in match() [all …]
|
D | pcre2_pattern_info.c | 168 *((size_t *)where) = offsetof(heapframe, ovector) + in pcre2_pattern_info()
|
/external/pcre/dist2/ |
D | ChangeLog | 191 8. Added some dummy variables to the heapframe structure in 16-bit and 32-bit
|