Searched refs:ptrstackptr (Results 1 – 1 of 1) sorted by relevance
298 uint32_t ptrstackptr = 0; in pcre2_substitute() local394 if (ptrstackptr <= 0) break; /* End of replacement string */ in pcre2_substitute()395 repend = ptrstack[--ptrstackptr]; in pcre2_substitute()396 ptr = ptrstack[--ptrstackptr]; in pcre2_substitute()632 if (ptrstackptr >= PTR_STACK_SIZE) goto BAD; in pcre2_substitute()633 ptrstack[ptrstackptr++] = ptr; in pcre2_substitute()634 ptrstack[ptrstackptr++] = repend; in pcre2_substitute()