Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c224 ((char *)P - (char *)(mb->match_frames))/frame_size); in display_frames()
227 for (i = 0, Q = mb->match_frames; in display_frames()
612 F = mb->match_frames; in match()
646 memcpy(new, mb->match_frames, mb->frame_vector_size); in match()
648 F = (heapframe *)((char *)new + ((char *)F - (char *)mb->match_frames)); in match()
651 if (mb->match_frames != mb->stack_frames) in match()
652 mb->memctl.free(mb->match_frames, mb->memctl.memory_data); in match()
653 mb->match_frames = new; in match()
654 mb->match_frames_top = (heapframe *)((char *)mb->match_frames + newsize); in match()
713 Flast_group_offset = (char *)F - (char *)mb->match_frames; in match()
[all …]
Dpcre2_intmodedep.h845 heapframe *match_frames; /* Points to vector of frames */ member