Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c225 ((char *)P - (char *)(mb->match_frames))/frame_size); in display_frames()
228 for (i = 0, Q = mb->match_frames; in display_frames()
632 F = mb->match_frames; in match()
666 memcpy(new, mb->match_frames, mb->frame_vector_size); in match()
668 F = (heapframe *)((char *)new + ((char *)F - (char *)mb->match_frames)); in match()
671 if (mb->match_frames != mb->stack_frames) in match()
672 mb->memctl.free(mb->match_frames, mb->memctl.memory_data); in match()
673 mb->match_frames = new; in match()
674 mb->match_frames_top = (heapframe *)((char *)mb->match_frames + newsize); in match()
733 Flast_group_offset = (char *)F - (char *)mb->match_frames; in match()
[all …]
Dpcre2_intmodedep.h847 heapframe *match_frames; /* Points to vector of frames */ member