Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c148 #define MAX_REPEAT_COUNT 65535u macro
149 #define REPEAT_UNLIMITED (MAX_REPEAT_COUNT+1)
1463 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &min, errorcodeptr)) in read_repeat_counts()
1468 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max, errorcodeptr)) in read_repeat_counts()
1487 if (!read_number(&p, ptrend, -1, MAX_REPEAT_COUNT, ERR5, &max, errorcodeptr)) in read_repeat_counts()

Completed in 31 milliseconds