Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_compile.c1320 uint32_t max_value, uint32_t max_error, int *intptr, int *errorcodeptr) in read_number() argument
1327 *errorcodeptr = 0; in read_number()
1350 *errorcodeptr = max_error; in read_number()
1359 *errorcodeptr = ERR26; /* +0 and -0 are not allowed */ in read_number()
1366 *errorcodeptr = ERR15; /* Non-existent subpattern */ in read_number()
1406 uint32_t *maxp, int *errorcodeptr) in read_repeat_counts() argument
1416 *errorcodeptr = 0; in read_repeat_counts()
1435 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &min, errorcodeptr)) in read_repeat_counts()
1448 errorcodeptr)) in read_repeat_counts()
1452 *errorcodeptr = ERR4; in read_repeat_counts()
[all …]