Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c5605 repeat_min = 0; in compile_branch()
5610 repeat_min = 1; in compile_branch()
5615 repeat_min = 0; in compile_branch()
5625 if (repeat_min == 0) in compile_branch()
5807 if (repeat_min == 0) in compile_branch()
5823 else if (repeat_min == 1) in compile_branch()
5842 PUT2INC(code, 0, repeat_min); in compile_branch()
5891 repeat_max -= repeat_min; in compile_branch()
5954 PUT2INC(code, 0, repeat_min); in compile_branch()
6001 if (repeat_min == 0) in compile_branch()
[all …]

Completed in 21 milliseconds