Home
last modified time | relevance | path

Searched refs:last_used_ptr (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_match.c1520 if (eptr > mb->last_used_ptr) mb->last_used_ptr = eptr; in match()
2010 if (eptr > mb->last_used_ptr) mb->last_used_ptr = eptr; in match()
2034 if (eptr > mb->last_used_ptr) mb->last_used_ptr = eptr; in match()
2078 if (eptr > mb->last_used_ptr) mb->last_used_ptr = eptr; in match()
2302 if (nextptr > mb->last_used_ptr) mb->last_used_ptr = nextptr; in match()
2353 if (eptr >= mb->last_used_ptr) mb->last_used_ptr = eptr + 1; in match()
6992 mb->last_used_ptr = start_match; 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()
Dpcre2_intmodedep.h804 PCRE2_SPTR last_used_ptr; /* Latest consulted character */ member
836 PCRE2_SPTR last_used_ptr; /* Latest consulted character */ member
Dpcre2_dfa_match.c548 if (ptr > mb->last_used_ptr) mb->last_used_ptr = ptr; in internal_dfa_match()
976 if (ptr >= mb->last_used_ptr) in internal_dfa_match()
982 mb->last_used_ptr = temp; in internal_dfa_match()
3560 mb->last_used_ptr = start_match; in pcre2_dfa_match()
3585 match_data->rightchar = (PCRE2_SIZE)( mb->last_used_ptr - subject); in pcre2_dfa_match()