Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c5566 repeat_max = -1; in compile_branch()
5571 repeat_max = -1; in compile_branch()
5576 repeat_max = 1; in compile_branch()
5785 if (repeat_max == -1) in compile_branch()
5810 if (repeat_max < 0) in compile_branch()
5899 if (repeat_max == 0) in compile_branch()
5915 if (repeat_max == -1) repeat_max = 0; /* 2-byte encoding for max */ in compile_branch()
5951 if (repeat_max < 0 || repeat_max > 1) repeat_max = 1; in compile_branch()
6026 repeat_max--; in compile_branch()
6099 if (repeat_max > 0) repeat_max -= repeat_min; in compile_branch()
[all …]

Completed in 19 milliseconds