Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c5606 repeat_max = -1; in compile_branch()
5611 repeat_max = -1; in compile_branch()
5616 repeat_max = 1; in compile_branch()
5825 if (repeat_max == -1) in compile_branch()
5850 if (repeat_max < 0) in compile_branch()
5939 if (repeat_max == 0) in compile_branch()
5955 if (repeat_max == -1) repeat_max = 0; /* 2-byte encoding for max */ in compile_branch()
5991 if (repeat_max < 0 || repeat_max > 1) repeat_max = 1; in compile_branch()
6066 repeat_max--; in compile_branch()
6139 if (repeat_max > 0) repeat_max -= repeat_min; in compile_branch()
[all …]

Completed in 23 milliseconds