Searched refs:repend (Results 1 – 1 of 1) sorted by relevance
235 PCRE2_SPTR repend; in pcre2_substitute() local267 repend = replacement + rlength; in pcre2_substitute()392 if (ptr >= repend) in pcre2_substitute()395 repend = ptrstack[--ptrstackptr]; in pcre2_substitute()404 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E) in pcre2_substitute()429 if (++ptr >= repend) goto BAD; in pcre2_substitute()439 if (++ptr >= repend) goto BAD; in pcre2_substitute()446 if (++ptr >= repend) goto BAD; in pcre2_substitute()454 while (++ptr < repend) in pcre2_substitute()469 while (++ptr < repend && *ptr >= CHAR_0 && *ptr <= CHAR_9); in pcre2_substitute()[all …]