Searched refs:errorcodeptr (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 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() [all …]
|