Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c149 #define REPEAT_UNLIMITED (MAX_REPEAT_COUNT+1) macro
990 if (max != REPEAT_UNLIMITED) in show_parsed()
999 if (max != REPEAT_UNLIMITED) in show_parsed()
1008 if (max != REPEAT_UNLIMITED) in show_parsed()
6815 repeat_max = REPEAT_UNLIMITED; in compile_branch()
6822 repeat_max = REPEAT_UNLIMITED; in compile_branch()
6948 if (repeat_min == 0 && repeat_max == REPEAT_UNLIMITED) in compile_branch()
7155 if (repeat_max != REPEAT_UNLIMITED) repeat_max--; in compile_branch()
7214 if (repeat_max != REPEAT_UNLIMITED) in compile_branch()
7451 if (repeat_max == REPEAT_UNLIMITED) in compile_branch()
[all …]

Completed in 27 milliseconds