HomeSort by relevance Sort by last modified time
    Searched refs:ptrend (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/
pcre2_compile.c 2351 PCRE2_SPTR ptrend = cb->end_pattern; local
    [all...]
pcre2_substitute.c 70 ptrend end of the whole string
78 find_text_end(const pcre2_code *code, PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend,
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])
131 erc = PRIV(check_escape)(&ptr, ptrend, &ch, &errorcode,

Completed in 59 milliseconds