Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c243 PCRE2_SPTR repend; in pcre2_substitute() local
273 repend = replacement + rlength; in pcre2_substitute()
513 if (ptr >= repend) in pcre2_substitute()
516 repend = ptrstack[--ptrstackptr]; in pcre2_substitute()
550 if (++ptr >= repend) goto BAD; in pcre2_substitute()
560 if (++ptr >= repend) goto BAD; in pcre2_substitute()
567 if (++ptr >= repend) goto BAD; in pcre2_substitute()
575 while (++ptr < repend) in pcre2_substitute()
608 if (++ptr >= repend) break; in pcre2_substitute()
760 repend = text1_end; in pcre2_substitute()
[all …]

Completed in 6 milliseconds