Lines Matching refs:errorcodeptr

1326   uint32_t max_value, uint32_t max_error, int *intptr, int *errorcodeptr)  in read_number()  argument
1333 *errorcodeptr = 0; in read_number()
1356 *errorcodeptr = max_error; in read_number()
1365 *errorcodeptr = ERR26; /* +0 and -0 are not allowed */ in read_number()
1372 *errorcodeptr = ERR15; /* Non-existent subpattern */ in read_number()
1413 uint32_t *maxp, int *errorcodeptr) in read_repeat_counts() argument
1422 *errorcodeptr = 0; in read_repeat_counts()
1464 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &min, errorcodeptr)) in read_repeat_counts()
1466 if (*errorcodeptr != 0) goto EXIT; /* n too big */ in read_repeat_counts()
1469 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max, errorcodeptr)) in read_repeat_counts()
1471 if (*errorcodeptr != 0) goto EXIT; /* m too big */ in read_repeat_counts()
1488 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max, errorcodeptr)) in read_repeat_counts()
1490 if (*errorcodeptr != 0) goto EXIT; /* m too big */ in read_repeat_counts()
1495 *errorcodeptr = ERR4; in read_repeat_counts()
1552 int *errorcodeptr, uint32_t options, uint32_t xoptions, BOOL isclass, in PRIV()
1567 *errorcodeptr = ERR1; in PRIV()
1572 *errorcodeptr = 0; /* Be optimistic */ in PRIV()
1623 *errorcodeptr = ERR93; in PRIV()
1631 else *errorcodeptr = ERR93; in PRIV()
1640 if (!read_repeat_counts(&p, ptrend, NULL, NULL, errorcodeptr) && in PRIV()
1641 *errorcodeptr == 0) in PRIV()
1642 *errorcodeptr = ERR37; in PRIV()
1665 *errorcodeptr = ERR3; in PRIV()
1679 *errorcodeptr = ERR37; in PRIV()
1691 if (!alt_bsux) *errorcodeptr = ERR37; else in PRIV()
1706 *errorcodeptr = ERR77; in PRIV()
1742 if (c > 0x10ffffU) *errorcodeptr = ERR77; in PRIV()
1746 *errorcodeptr = ERR73; in PRIV()
1748 else if (c > MAX_NON_UTF_CHAR) *errorcodeptr = ERR77; in PRIV()
1756 if (!alt_bsux) *errorcodeptr = ERR37; in PRIV()
1785 *errorcodeptr = ERR57; in PRIV()
1804 errorcodeptr)) in PRIV()
1806 if (*errorcodeptr == 0) escape = ESC_k; /* No number found */ in PRIV()
1813 *errorcodeptr = ERR57; in PRIV()
1824 errorcodeptr)) in PRIV()
1826 if (*errorcodeptr == 0) *errorcodeptr = ERR57; /* No number found */ in PRIV()
1833 *errorcodeptr = ERR15; in PRIV()
1870 if (read_number(&ptr, ptrend, -1, INT_MAX/10 - 1, 0, &s, errorcodeptr) && in PRIV()
1873 if (s > (int)MAX_GROUP_NUMBER) *errorcodeptr = ERR61; in PRIV()
1901 if (!utf && c > 0xff) *errorcodeptr = ERR51; in PRIV()
1913 *errorcodeptr = ERR55; in PRIV()
1920 *errorcodeptr = ERR78; in PRIV()
1948 *errorcodeptr = ERR34; in PRIV()
1956 *errorcodeptr = ERR73; in PRIV()
1962 *errorcodeptr = ERR64; in PRIV()
1999 *errorcodeptr = ERR78; in PRIV()
2029 *errorcodeptr = ERR34; in PRIV()
2037 *errorcodeptr = ERR73; in PRIV()
2049 *errorcodeptr = ERR67; in PRIV()
2089 *errorcodeptr = ERR2; in PRIV()
2100 *errorcodeptr = ERR68; in PRIV()
2119 if (i < 32) c = i; else *errorcodeptr = ERR68; in PRIV()
2130 *errorcodeptr = ERR3; in PRIV()
2168 uint16_t *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp() argument
2269 *errorcodeptr = ERR47; in get_ucp()
2319 *errorcodeptr = ERR47; /* Unrecognized property */ in get_ucp()
2323 *errorcodeptr = ERR46; in get_ucp()
2466 int *errorcodeptr, compile_block *cb) in read_name() argument
2477 *errorcodeptr = is_group? ERR62: /* Subpattern name expected */ in read_name()
2498 *errorcodeptr = ERR44; in read_name()
2525 *errorcodeptr = ERR44; in read_name()
2539 *errorcodeptr = ERR48; in read_name()
2551 *errorcodeptr = ERR62; /* Subpattern name expected */ in read_name()
2558 *errorcodeptr = ERR42; in read_name()
5555 int *countptr, int *errorcodeptr, compile_block *cb) in find_dupname_details() argument
5575 *errorcodeptr = ERR53; in find_dupname_details()
5637 PCRE2_UCHAR **codeptr, uint32_t **pptrptr, int *errorcodeptr, in compile_branch() argument
5756 *errorcodeptr = (code >= cb->start_workspace + cb->workspace_size)? in compile_branch()
5777 *errorcodeptr = ERR20; /* Integer overflow */ in compile_branch()
5783 *errorcodeptr = ERR20; /* Pattern is too large */ in compile_branch()
6164 *errorcodeptr = ERR89; /* Internal error - unrecognized. */ in compile_branch()
6648 *errorcodeptr = ERR61; in compile_branch()
6657 *errorcodeptr = ERR15; in compile_branch()
6684 &count, errorcodeptr, cb)) return 0; in compile_branch()
6715 *errorcodeptr = ERR15; in compile_branch()
6833 errorcodeptr, /* Where to put an error message */ in compile_branch()
6890 *errorcodeptr = ERR54; in compile_branch()
6907 *errorcodeptr = ERR27; in compile_branch()
6924 *errorcodeptr = ERR20; in compile_branch()
7070 *errorcodeptr = ERR15; in compile_branch()
7091 &count, errorcodeptr, cb)) return 0; in compile_branch()
7389 *errorcodeptr = ERR20; in compile_branch()
7557 *errorcodeptr = ERR20; in compile_branch()
7607 *errorcodeptr = ERR20; in compile_branch()
7763 *errorcodeptr = ERR10; in compile_branch()
8036 *errorcodeptr = ERR15; /* Non-existent subpattern */ in compile_branch()
8075 *errorcodeptr = ERR15; /* Non-existent subpattern */ in compile_branch()
8165 *errorcodeptr = ERR99; in compile_branch()
8219 *errorcodeptr = ERR89; /* Internal error - unrecognized. */ in compile_branch()
8379 uint32_t **pptrptr, int *errorcodeptr, uint32_t skipunits, in compile_regex() argument
8406 *errorcodeptr= ERR33; in compile_regex()
8497 compile_branch(&options, &xoptions, &code, &pptr, errorcodeptr, in compile_regex()
8609 *errorcodeptr = ERR20; in compile_regex()