Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c243 PCRE2_SPTR repend; in pcre2_substitute() local
273 repend = replacement + rlength; in pcre2_substitute()
510 if (ptr >= repend) in pcre2_substitute()
513 repend = ptrstack[--ptrstackptr]; in pcre2_substitute()
547 if (++ptr >= repend) goto BAD; in pcre2_substitute()
557 if (++ptr >= repend) goto BAD; in pcre2_substitute()
564 if (++ptr >= repend) goto BAD; in pcre2_substitute()
572 while (++ptr < repend) in pcre2_substitute()
605 if (++ptr >= repend) break; in pcre2_substitute()
757 repend = text1_end; in pcre2_substitute()
[all …]

Completed in 5 milliseconds