Home
last modified time | relevance | path

Searched refs:errorcodeptr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2_compile.c1326 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()
[all …]