Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c237 PCRE2_SPTR repend; in pcre2_substitute() local
271 repend = replacement + rlength; in pcre2_substitute()
422 if (ptr >= repend) in pcre2_substitute()
425 repend = ptrstack[--ptrstackptr]; in pcre2_substitute()
434 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E) in pcre2_substitute()
459 if (++ptr >= repend) goto BAD; in pcre2_substitute()
469 if (++ptr >= repend) goto BAD; in pcre2_substitute()
476 if (++ptr >= repend) goto BAD; in pcre2_substitute()
484 while (++ptr < repend) in pcre2_substitute()
499 while (++ptr < repend && *ptr >= CHAR_0 && *ptr <= CHAR_9); in pcre2_substitute()
[all …]