Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c6808 repeat_max = *(++pptr); in compile_branch()
6815 repeat_max = REPEAT_UNLIMITED; in compile_branch()
6829 repeat_max = 1; in compile_branch()
6941 if (repeat_max == 0) in compile_branch()
6958 if (repeat_max == REPEAT_UNLIMITED) repeat_max = 0; /* 2-byte encoding for max */ in compile_branch()
7026 if (repeat_max != REPEAT_UNLIMITED) repeat_max -= repeat_min; in compile_branch()
7089 if (repeat_max == REPEAT_UNLIMITED) repeat_max = repeat_min + 1; in compile_branch()
7119 if (repeat_max <= 1 || repeat_max == REPEAT_UNLIMITED) in compile_branch()
7123 if (repeat_max == 0) in compile_branch()
7155 if (repeat_max != REPEAT_UNLIMITED) repeat_max--; in compile_branch()
[all …]

Completed in 38 milliseconds