• Home
  • Raw
  • Download

Lines Matching refs:errorcodeptr

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()
1996 *errorcodeptr = ERR57; in PRIV()
2002 *errorcodeptr = ERR58; in PRIV()
2010 *errorcodeptr = ERR15; in PRIV()
2054 *errorcodeptr = ERR61; in PRIV()
2090 if (!utf && c > 0xff) *errorcodeptr = ERR51; in PRIV()
2098 if (ptr[1] != CHAR_LEFT_CURLY_BRACKET) *errorcodeptr = ERR55; else in PRIV()
2099 if (ptr[2] == CHAR_RIGHT_CURLY_BRACKET) *errorcodeptr = ERR78; else in PRIV()
2123 *errorcodeptr = ERR34; in PRIV()
2127 if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; in PRIV()
2129 else *errorcodeptr = ERR64; in PRIV()
2160 *errorcodeptr = ERR78; in PRIV()
2184 *errorcodeptr = ERR34; in PRIV()
2188 if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; in PRIV()
2196 else *errorcodeptr = ERR67; in PRIV()
2238 *errorcodeptr = ERR2; in PRIV()
2247 *errorcodeptr = ERR68; in PRIV()
2266 if (i < 32) c = i; else *errorcodeptr = ERR68; in PRIV()
2276 *errorcodeptr = ERR3; in PRIV()
2287 *errorcodeptr = ERR37; in PRIV()
2326 unsigned int *pdataptr, int *errorcodeptr, compile_block *cb) in get_ucp() argument
2387 *errorcodeptr = ERR47; /* Unrecognized name */ in get_ucp()
2391 *errorcodeptr = ERR46; in get_ucp()
2419 read_repeat_counts(PCRE2_SPTR p, int *minp, int *maxp, int *errorcodeptr) in read_repeat_counts() argument
2429 *errorcodeptr = ERR5; in read_repeat_counts()
2444 *errorcodeptr = ERR5; in read_repeat_counts()
2450 *errorcodeptr = ERR4; in read_repeat_counts()
3030 process_verb_name(PCRE2_SPTR *ptrptr, PCRE2_UCHAR **codeptr, int *errorcodeptr, in process_verb_name() argument
3095 *errorcodeptr = 0; in process_verb_name()
3096 rc = PRIV(check_escape)(&ptr, cb->end_pattern, &x, errorcodeptr, options, in process_verb_name()
3099 if (*errorcodeptr != 0) return -1; in process_verb_name()
3108 *errorcodeptr = ERR40; in process_verb_name()
3150 *errorcodeptr = ERR76; in process_verb_name()
3856 PCRE2_SPTR *ptrptr, int *errorcodeptr, in compile_branch() argument
3995 *errorcodeptr = (code >= cb->start_workspace + cb->workspace_size)? in compile_branch()
4012 *errorcodeptr = ERR20; in compile_branch()
4123 *errorcodeptr = ERR18; in compile_branch()
4179 *errorcodeptr = ERR20; in compile_branch()
4273 *errorcodeptr = (ptr[1] == CHAR_COLON)? ERR12 : ERR13; in compile_branch()
4364 *errorcodeptr = ERR6; /* Missing terminating ']' */ in compile_branch()
4405 *errorcodeptr = ERR13; in compile_branch()
4420 *errorcodeptr = ERR30; in compile_branch()
4553 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &ec, errorcodeptr, in compile_branch()
4555 if (*errorcodeptr != 0) goto FAILED; in compile_branch()
4566 *errorcodeptr = ERR71; in compile_branch()
4665 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr, cb)) in compile_branch()
4676 *errorcodeptr = ERR45; in compile_branch()
4682 *errorcodeptr = ERR7; in compile_branch()
4766 errorcodeptr, options, TRUE, cb); in compile_branch()
4767 if (*errorcodeptr != 0) goto FAILED; in compile_branch()
4778 *errorcodeptr = ERR50; in compile_branch()
4791 *errorcodeptr = ERR50; in compile_branch()
4801 *errorcodeptr = ERR8; in compile_branch()
5067 ptr = read_repeat_counts(ptr+1, &repeat_min, &repeat_max, errorcodeptr); in compile_branch()
5068 if (*errorcodeptr != 0) goto FAILED; in compile_branch()
5088 *errorcodeptr = ERR9; in compile_branch()
5529 *errorcodeptr = ERR20; in compile_branch()
5581 *errorcodeptr = ERR20; in compile_branch()
5684 *errorcodeptr = ERR86; in compile_branch()
5757 *errorcodeptr = ERR10; in compile_branch()
5895 READ_NAME(ctype_letter, ERR60, *errorcodeptr); in compile_branch()
5918 *errorcodeptr = ERR76; in compile_branch()
5926 arglen = process_verb_name(&ptr, NULL, errorcodeptr, options, in compile_branch()
5934 *errorcodeptr = ERR60; in compile_branch()
5955 *errorcodeptr = ERR59; in compile_branch()
5989 *errorcodeptr = ERR66; in compile_branch()
5999 *errorcodeptr = ERR59; in compile_branch()
6020 (void)process_verb_name(&arg, &memcode, errorcodeptr, options, in compile_branch()
6056 *errorcodeptr = ERR60; /* Verb not recognized */ in compile_branch()
6156 *errorcodeptr = ERR28; in compile_branch()
6215 *errorcodeptr = ERR79; in compile_branch()
6229 *errorcodeptr = ERR79; in compile_branch()
6285 *errorcodeptr = ERR61; in compile_branch()
6304 *errorcodeptr = ERR44; /* Group name must start with non-digit */ in compile_branch()
6309 *errorcodeptr = ERR28; /* Assertion expected */ in compile_branch()
6314 READ_NAME(ctype_word, ERR48, *errorcodeptr); in compile_branch()
6324 *errorcodeptr = ERR26; /* Malformed number or name */ in compile_branch()
6340 *errorcodeptr = ERR35; in compile_branch()
6347 *errorcodeptr = ERR15; in compile_branch()
6406 *errorcodeptr = ERR15; in compile_branch()
6420 *errorcodeptr = ERR15; /* Non-existent subpattern */ in compile_branch()
6425 *errorcodeptr = ERR61; in compile_branch()
6450 *errorcodeptr = ERR15; in compile_branch()
6546 *errorcodeptr = ERR82; in compile_branch()
6562 *errorcodeptr = ERR81; in compile_branch()
6623 *errorcodeptr = ERR38; in compile_branch()
6637 *errorcodeptr = ERR39; in compile_branch()
6658 *errorcodeptr = ERR41; in compile_branch()
6694 *errorcodeptr = ERR44; /* Group name must start with non-digit */ in compile_branch()
6698 READ_NAME(ctype_word, ERR48, *errorcodeptr); in compile_branch()
6706 *errorcodeptr = ERR62; in compile_branch()
6711 *errorcodeptr = ERR42; in compile_branch()
6760 *errorcodeptr = ERR15; in compile_branch()
6792 *errorcodeptr = ERR15; in compile_branch()
6810 *errorcodeptr = ERR29; in compile_branch()
6836 *errorcodeptr = ERR63; in compile_branch()
6853 *errorcodeptr = ERR61; in compile_branch()
6861 *errorcodeptr = ERR29; in compile_branch()
6869 *errorcodeptr = ERR58; in compile_branch()
6875 *errorcodeptr = ERR15; in compile_branch()
6883 *errorcodeptr = ERR58; in compile_branch()
6891 *errorcodeptr = ERR15; in compile_branch()
6943 default: *errorcodeptr = ERR11; in compile_branch()
7002 *errorcodeptr = ERR19; in compile_branch()
7035 errorcodeptr, /* Where to put an error message */ in compile_branch()
7092 *errorcodeptr = ERR54; in compile_branch()
7107 *errorcodeptr = ERR27; in compile_branch()
7120 *errorcodeptr = ERR14; in compile_branch()
7133 *errorcodeptr = ERR20; in compile_branch()
7236 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &ec, errorcodeptr, in compile_branch()
7238 if (*errorcodeptr != 0) goto FAILED; in compile_branch()
7296 *errorcodeptr = ERR57; in compile_branch()
7311 *errorcodeptr = ERR69; in compile_branch()
7336 *errorcodeptr = ERR15; in compile_branch()
7367 if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr, cb)) in compile_branch()
7381 *errorcodeptr = ERR45; in compile_branch()
7391 *errorcodeptr = ERR85; in compile_branch()
7397 *errorcodeptr = ERR83; in compile_branch()
7591 int *errorcodeptr, BOOL lookbehind, BOOL reset_bracount, uint32_t skipunits, in compile_regex() argument
7617 *errorcodeptr= ERR33; in compile_regex()
7687 if (!compile_branch(&options, &code, &ptr, errorcodeptr, &branchfirstcu, in compile_regex()
7782 *errorcodeptr = fixed_length_errors[-fixed_length]; in compile_regex()
7860 *errorcodeptr = ERR20; in compile_regex()