Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c318 PCRE2_SPTR ptrstack[PTR_STACK_SIZE]; in pcre2_substitute() local
439 repend = ptrstack[--ptrstackptr]; in pcre2_substitute()
440 ptr = ptrstack[--ptrstackptr]; in pcre2_substitute()
677 ptrstack[ptrstackptr++] = ptr; in pcre2_substitute()
678 ptrstack[ptrstackptr++] = repend; in pcre2_substitute()