Lines Matching refs:ovector
187 #define Fovector F->ovector
583 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, PCRE2_SIZE *ovector, in match() argument
867 ovector[0] = Fstart_match - mb->start_subject; in match()
868 ovector[1] = Feptr - mb->start_subject; in match()
873 memcpy(ovector + 2, Fovector, (i - 2) * sizeof(PCRE2_SIZE)); in match()
874 while (--i >= Foffset_top + 2) ovector[i] = PCRE2_UNSET; in match()
5407 (char *)assert_accept_frame + offsetof(heapframe, ovector), in match()
5598 (char *)assert_accept_frame + offsetof(heapframe, ovector), in match()
5750 memcpy((char *)P + offsetof(heapframe, ovector), Fovector, in match()
5835 memcpy((char *)F + offsetof(heapframe, ovector), P->ovector, in match()
6809 frame_size = (offsetof(heapframe, ovector) + in pcre2_match()
6854 memset((char *)(mb->match_frames) + offsetof(heapframe, ovector), 0xff, in pcre2_match()
6855 frame_size - offsetof(heapframe, ovector)); in pcre2_match()
7282 rc = match(start_match, mb->start_code, match_data->ovector, in pcre2_match()
7521 match_data->ovector[0] = match_partial - subject; in pcre2_match()
7522 match_data->ovector[1] = end_subject - subject; in pcre2_match()