Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c78 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, in find_text_end() argument
86 for (; ptr < ptrend; ptr++) in find_text_end()
90 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E) in find_text_end()
107 if (ptr < ptrend - 1 && ptr[1] == CHAR_LEFT_CURLY_BRACKET) in find_text_end()
120 if (ptr < ptrend - 1) switch (ptr[1]) in find_text_end()
130 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode, in find_text_end()
Dpcre2_compile.c1824 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, in PRIV()
1836 ptrend = ptr + PRIV(strlen)(ptr); in PRIV()
1840 if (ptr >= ptrend) in PRIV()
2236 if (c == CHAR_NULL && ptr >= ptrend) in PRIV()