Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c243 PCRE2_SPTR repend; in pcre2_substitute() local
319 repend = replacement + rlength; in pcre2_substitute()
491 if (ptr >= repend) in pcre2_substitute()
494 repend = ptrstack[--ptrstackptr]; in pcre2_substitute()
528 if (++ptr >= repend) goto BAD; in pcre2_substitute()
538 if (++ptr >= repend) goto BAD; in pcre2_substitute()
545 if (++ptr >= repend) goto BAD; in pcre2_substitute()
553 while (++ptr < repend) in pcre2_substitute()
586 if (++ptr >= repend) break; in pcre2_substitute()
738 repend = text1_end; in pcre2_substitute()
[all …]

Completed in 7 milliseconds