Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c4722 repeat_min = 0; in compile_branch()
4727 repeat_min = 1; in compile_branch()
4732 repeat_min = 0; in compile_branch()
4742 if (repeat_min == 0) in compile_branch()
4927 if (repeat_min == 0) in compile_branch()
4943 else if (repeat_min == 1) in compile_branch()
4962 PUT2INC(code, 0, repeat_min); in compile_branch()
5011 repeat_max -= repeat_min; in compile_branch()
5085 PUT2INC(code, 0, repeat_min); in compile_branch()
5130 if (repeat_min == 0) in compile_branch()
[all …]

Completed in 18 milliseconds