Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c149 #define REPEAT_UNLIMITED (MAX_REPEAT_COUNT+1) macro
1001 if (max != REPEAT_UNLIMITED) in show_parsed()
1010 if (max != REPEAT_UNLIMITED) in show_parsed()
1019 if (max != REPEAT_UNLIMITED) in show_parsed()
7193 repeat_max = REPEAT_UNLIMITED; in compile_branch()
7200 repeat_max = REPEAT_UNLIMITED; in compile_branch()
7535 if (repeat_max != REPEAT_UNLIMITED) repeat_max--; in compile_branch()
7592 if (repeat_max != REPEAT_UNLIMITED) in compile_branch()
7827 if (repeat_max == REPEAT_UNLIMITED) in compile_branch()
7870 if (repeat_max == REPEAT_UNLIMITED) in compile_branch()
[all …]

Completed in 33 milliseconds