Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
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()
525 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E) 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()
590 while (++ptr < repend in pcre2_substitute()
[all...]

Completed in 1 milliseconds