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

/external/pcre/dist2/src/
H A Dpcre2_substitute.c70 ptrend end of the whole string
78 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, argument
86 for (; ptr < ptrend; ptr++)
90 if (ptr[0] == CHAR_BACKSLASH && ptr < ptrend - 1 && ptr[1] == CHAR_E)
107 if (ptr < ptrend - 1 && ptr[1] == CHAR_LEFT_CURLY_BRACKET)
120 if (ptr < ptrend - 1) switch (ptr[1])
130 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode,
H A Dpcre2_compile.c1803 backslash (which is usually does), ptrend does not point to its end - it still
1810 ptrend points to the end of the input
1824 PRIV(check_escape)(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, uint32_t *chptr, argument
1836 ptrend = ptr + PRIV(strlen)(ptr);
1840 if (ptr >= ptrend)
2236 if (c == CHAR_NULL && ptr >= ptrend)

Completed in 173 milliseconds