Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A 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()
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()
733 Flast_group_offset = (char *)F - (char *)mb->match_frames; in match()
775 N = (heapframe *)((char *)mb->match_frames + offset); in match()
813 N = (heapframe *)((char *)mb->match_frames + offset); in match()
[all …]
H A Dpcre2_intmodedep.h847 heapframe *match_frames; /* Points to vector of frames */ member

Completed in 21 milliseconds