Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c5675 repeat_max = -1; in compile_branch()
5680 repeat_max = -1; in compile_branch()
5685 repeat_max = 1; in compile_branch()
5909 if (repeat_max == -1) in compile_branch()
5934 if (repeat_max < 0) in compile_branch()
6023 if (repeat_max == 0) in compile_branch()
6039 if (repeat_max == -1) repeat_max = 0; /* 2-byte encoding for max */ in compile_branch()
6075 if (repeat_max < 0 || repeat_max > 1) repeat_max = 1; in compile_branch()
6150 repeat_max--; in compile_branch()
6223 if (repeat_max > 0) repeat_max -= repeat_min; in compile_branch()
[all …]

Completed in 20 milliseconds