Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c5608 repeat_max = -1; in compile_branch()
5613 repeat_max = -1; in compile_branch()
5618 repeat_max = 1; in compile_branch()
5827 if (repeat_max == -1) in compile_branch()
5852 if (repeat_max < 0) in compile_branch()
5941 if (repeat_max == 0) in compile_branch()
5957 if (repeat_max == -1) repeat_max = 0; /* 2-byte encoding for max */ in compile_branch()
5993 if (repeat_max < 0 || repeat_max > 1) repeat_max = 1; in compile_branch()
6068 repeat_max--; in compile_branch()
6141 if (repeat_max > 0) repeat_max -= repeat_min; in compile_branch()
[all …]

Completed in 20 milliseconds