Searched refs:ptrstackptr (Results 1 – 1 of 1) sorted by relevance
382 uint32_t ptrstackptr = 0; in pcre2_substitute() local515 if (ptrstackptr == 0) break; /* End of replacement string */ in pcre2_substitute()516 repend = ptrstack[--ptrstackptr]; in pcre2_substitute()517 ptr = ptrstack[--ptrstackptr]; in pcre2_substitute()753 if (ptrstackptr >= PTR_STACK_SIZE) goto BAD; in pcre2_substitute()754 ptrstack[ptrstackptr++] = ptr; in pcre2_substitute()755 ptrstack[ptrstackptr++] = repend; in pcre2_substitute()
Completed in 6 milliseconds