Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c360 uint32_t ptrstackptr = 0; in pcre2_substitute() local
493 if (ptrstackptr == 0) break; /* End of replacement string */ in pcre2_substitute()
494 repend = ptrstack[--ptrstackptr]; in pcre2_substitute()
495 ptr = ptrstack[--ptrstackptr]; in pcre2_substitute()
731 if (ptrstackptr >= PTR_STACK_SIZE) goto BAD; in pcre2_substitute()
732 ptrstack[ptrstackptr++] = ptr; in pcre2_substitute()
733 ptrstack[ptrstackptr++] = repend; in pcre2_substitute()

Completed in 6 milliseconds