Lines Matching refs:ovector
186 #define Fovector F->ovector
582 match(PCRE2_SPTR start_eptr, PCRE2_SPTR start_ecode, PCRE2_SIZE *ovector, in match() argument
864 ovector[0] = Fstart_match - mb->start_subject; in match()
865 ovector[1] = Feptr - mb->start_subject; in match()
870 memcpy(ovector + 2, Fovector, (i - 2) * sizeof(PCRE2_SIZE)); in match()
871 while (--i >= Foffset_top + 2) ovector[i] = PCRE2_UNSET; in match()
5212 (char *)assert_accept_frame + offsetof(heapframe, ovector), in match()
5403 (char *)assert_accept_frame + offsetof(heapframe, ovector), in match()
5555 memcpy((char *)P + offsetof(heapframe, ovector), Fovector, in match()
5640 memcpy((char *)F + offsetof(heapframe, ovector), P->ovector, in match()
6604 frame_size = offsetof(heapframe, ovector) + in pcre2_match()
6648 memset((char *)(mb->match_frames) + offsetof(heapframe, ovector), 0xff, in pcre2_match()
7057 rc = match(start_match, mb->start_code, match_data->ovector, in pcre2_match()
7296 match_data->ovector[0] = match_partial - subject; in pcre2_match()
7297 match_data->ovector[1] = end_subject - subject; in pcre2_match()