Searched refs:errorcodeptr (Results 1 – 1 of 1) sorted by relevance
1825 int *errorcodeptr, uint32_t options, BOOL isclass, compile_block *cb) in PRIV()1842 *errorcodeptr = ERR1; in PRIV()1881 *errorcodeptr = ERR3; in PRIV()1892 *errorcodeptr = ERR37; in PRIV()1900 if ((options & PCRE2_ALT_BSUX) == 0) *errorcodeptr = ERR37; else in PRIV()1913 if (c > 0x10ffffU) *errorcodeptr = ERR77; in PRIV()1914 else if (c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; in PRIV()1916 else if (c > MAX_NON_UTF_CHAR) *errorcodeptr = ERR77; in PRIV()1923 if ((options & PCRE2_ALT_BSUX) == 0) *errorcodeptr = ERR37; in PRIV()1990 *errorcodeptr = ERR61; in PRIV()[all …]