Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c589 PCRE2_SPTR subptr, subptrend; in pcre2_substitute() local
682 subptr = subject + ovector[group*2]; in pcre2_substitute()
687 while (subptr < subptrend) in pcre2_substitute()
689 GETCHARINCTEST(ch, subptr); in pcre2_substitute()