Lines Matching refs:end_match_ptr
955 eptr = mb->end_match_ptr; in match()
1194 if (eptr == mb->end_match_ptr) /* Matched an empty string */ in match()
1199 eptr = mb->end_match_ptr; in match()
1259 if (eptr == mb->end_match_ptr) /* Matched an empty string */ in match()
1264 eptr = mb->end_match_ptr; in match()
1539 mb->end_match_ptr = eptr; /* Record where we ended */ in match()
1847 eptr = mb->end_match_ptr; in match()
1901 eptr = mb->end_match_ptr; in match()
2007 mb->end_match_ptr = eptr; /* For ONCE_NC */ in match()
2032 mb->end_match_ptr = eptr; in match()
2076 mb->end_match_ptr = eptr; in match()
7194 match_data->ovector[1] = mb->end_match_ptr - mb->start_subject; in pcre2_match()
7201 match_data->rightchar = ((mb->last_used_ptr > mb->end_match_ptr)? in pcre2_match()
7202 mb->last_used_ptr : mb->end_match_ptr) - subject; in pcre2_match()