Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c146 #define REPEAT_UNLIMITED (MAX_REPEAT_COUNT+1) macro
922 if (max != REPEAT_UNLIMITED) in show_parsed()
931 if (max != REPEAT_UNLIMITED) in show_parsed()
940 if (max != REPEAT_UNLIMITED) in show_parsed()
6397 repeat_max = REPEAT_UNLIMITED; in compile_branch()
6404 repeat_max = REPEAT_UNLIMITED; in compile_branch()
6529 if (repeat_min == 0 && repeat_max == REPEAT_UNLIMITED) in compile_branch()
6725 if (repeat_max != REPEAT_UNLIMITED) repeat_max--; in compile_branch()
6784 if (repeat_max != REPEAT_UNLIMITED) in compile_branch()
7017 if (repeat_max == REPEAT_UNLIMITED) in compile_branch()
[all …]

Completed in 23 milliseconds