• Home
  • Raw
  • Download

Lines Matching refs:errorcodeptr

1237   uint32_t max_value, uint32_t max_error, int *intptr, int *errorcodeptr)  in read_number()  argument
1244 *errorcodeptr = 0; in read_number()
1267 *errorcodeptr = max_error; in read_number()
1276 *errorcodeptr = ERR26; /* +0 and -0 are not allowed */ in read_number()
1283 *errorcodeptr = ERR15; /* Non-existent subpattern */ in read_number()
1323 uint32_t *maxp, int *errorcodeptr) in read_repeat_counts() argument
1333 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &min, errorcodeptr)) in read_repeat_counts()
1350 errorcodeptr) || p >= ptrend || *p != CHAR_RIGHT_CURLY_BRACKET) in read_repeat_counts()
1354 *errorcodeptr = ERR4; in read_repeat_counts()
1369 if (yield || *errorcodeptr != 0) *ptrptr = p; in read_repeat_counts()
1411 int *errorcodeptr, uint32_t options, BOOL isclass, compile_block *cb) in PRIV()
1423 *errorcodeptr = ERR1; in PRIV()
1428 *errorcodeptr = 0; /* Be optimistic */ in PRIV()
1464 *errorcodeptr = ERR93; in PRIV()
1472 else *errorcodeptr = ERR93; in PRIV()
1481 if (!read_repeat_counts(&p, ptrend, NULL, NULL, errorcodeptr) && in PRIV()
1482 *errorcodeptr == 0) in PRIV()
1483 *errorcodeptr = ERR37; in PRIV()
1504 *errorcodeptr = ERR3; in PRIV()
1516 *errorcodeptr = ERR37; in PRIV()
1524 if ((options & PCRE2_ALT_BSUX) == 0) *errorcodeptr = ERR37; else in PRIV()
1538 if (c > 0x10ffffU) *errorcodeptr = ERR77; in PRIV()
1542 *errorcodeptr = ERR73; in PRIV()
1544 else if (c > MAX_NON_UTF_CHAR) *errorcodeptr = ERR77; in PRIV()
1552 if ((options & PCRE2_ALT_BSUX) == 0) *errorcodeptr = ERR37; in PRIV()
1581 *errorcodeptr = ERR57; in PRIV()
1598 errorcodeptr)) in PRIV()
1600 if (*errorcodeptr == 0) escape = ESC_k; /* No number found */ in PRIV()
1605 *errorcodeptr = ERR57; in PRIV()
1616 errorcodeptr)) in PRIV()
1618 if (*errorcodeptr == 0) *errorcodeptr = ERR57; /* No number found */ in PRIV()
1625 *errorcodeptr = ERR15; in PRIV()
1654 errorcodeptr)) in PRIV()
1662 if (s > (int)MAX_GROUP_NUMBER) *errorcodeptr = ERR61; in PRIV()
1689 if (!utf && c > 0xff) *errorcodeptr = ERR51; in PRIV()
1700 *errorcodeptr = ERR55; in PRIV()
1703 *errorcodeptr = ERR78; in PRIV()
1727 *errorcodeptr = ERR34; in PRIV()
1735 *errorcodeptr = ERR73; in PRIV()
1741 *errorcodeptr = ERR64; in PRIV()
1776 *errorcodeptr = ERR78; in PRIV()
1800 *errorcodeptr = ERR34; in PRIV()
1808 *errorcodeptr = ERR73; in PRIV()
1820 *errorcodeptr = ERR67; in PRIV()
1860 *errorcodeptr = ERR2; in PRIV()
1871 *errorcodeptr = ERR68; in PRIV()
1890 if (i < 32) c = i; else *errorcodeptr = ERR68; in PRIV()
1901 *errorcodeptr = ERR3; in PRIV()
1939 uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp() argument
2003 *errorcodeptr = ERR47; /* Unrecognized name */ in get_ucp()
2007 *errorcodeptr = ERR46; in get_ucp()
2147 int *errorcodeptr, compile_block *cb) in read_name() argument
2156 *errorcodeptr = is_verb? ERR60: /* Verb not recognized or malformed */ in read_name()
2166 *errorcodeptr = ERR44; /* Group name must not start with digit */ in read_name()
2176 *errorcodeptr = ERR48; in read_name()
2188 *errorcodeptr = ERR62; /* Subpattern name expected */ in read_name()
2193 *errorcodeptr = ERR42; in read_name()
4832 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details() argument
4852 *errorcodeptr = ERR53; in find_dupname_details()
4912 int *errorcodeptr, uint32_t *firstcuptr, int32_t *firstcuflagsptr, in compile_branch() argument
5027 *errorcodeptr = (code >= cb->start_workspace + cb->workspace_size)? in compile_branch()
5048 *errorcodeptr = ERR20; /* Integer overflow */ in compile_branch()
5054 *errorcodeptr = ERR20; /* Pattern is too large */ in compile_branch()
5386 *errorcodeptr = ERR89; /* Internal error - unrecognized. */ in compile_branch()
5856 *errorcodeptr = ERR61; in compile_branch()
5865 *errorcodeptr = ERR15; in compile_branch()
5892 &count, errorcodeptr, cb)) return 0; in compile_branch()
5923 *errorcodeptr = ERR15; in compile_branch()
6026 errorcodeptr, /* Where to put an error message */ in compile_branch()
6082 *errorcodeptr = ERR54; in compile_branch()
6099 *errorcodeptr = ERR27; in compile_branch()
6116 *errorcodeptr = ERR20; in compile_branch()
6274 *errorcodeptr = ERR15; in compile_branch()
6295 &count, errorcodeptr, cb)) return 0; in compile_branch()
6588 *errorcodeptr = ERR20; in compile_branch()
6749 *errorcodeptr = ERR20; in compile_branch()
6802 *errorcodeptr = ERR20; in compile_branch()
6955 *errorcodeptr = ERR10; in compile_branch()
7226 *errorcodeptr = ERR15; /* Non-existent subpattern */ in compile_branch()
7279 *errorcodeptr = ERR15; /* Non-existent subpattern */ in compile_branch()
7382 *errorcodeptr = ERR89; /* Internal error - unrecognized. */ in compile_branch()
7520 int *errorcodeptr, uint32_t skipunits, uint32_t *firstcuptr, in compile_regex() argument
7545 *errorcodeptr= ERR33; in compile_regex()
7616 compile_branch(&options, &code, &pptr, errorcodeptr, &branchfirstcu, in compile_regex()
7749 *errorcodeptr = ERR20; in compile_regex()