Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c5607 repeat_min = 0; in compile_branch()
5612 repeat_min = 1; in compile_branch()
5617 repeat_min = 0; in compile_branch()
5627 if (repeat_min == 0) in compile_branch()
5809 if (repeat_min == 0) in compile_branch()
5825 else if (repeat_min == 1) in compile_branch()
5844 PUT2INC(code, 0, repeat_min); in compile_branch()
5893 repeat_max -= repeat_min; in compile_branch()
5956 PUT2INC(code, 0, repeat_min); in compile_branch()
6003 if (repeat_min == 0) in compile_branch()
[all …]

Completed in 24 milliseconds