Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7185 repeat_max = *(++pptr); in compile_branch()
7192 repeat_max = REPEAT_UNLIMITED; in compile_branch()
7206 repeat_max = 1; in compile_branch()
7323 if (repeat_max == 0) in compile_branch()
7340 if (repeat_max == REPEAT_UNLIMITED) repeat_max = 0; /* 2-byte encoding for max */ in compile_branch()
7405 if (repeat_max != REPEAT_UNLIMITED) repeat_max -= repeat_min; in compile_branch()
7468 if (repeat_max == REPEAT_UNLIMITED) repeat_max = repeat_min + 1; in compile_branch()
7498 if (repeat_max <= 1 || repeat_max == REPEAT_UNLIMITED) in compile_branch()
7502 if (repeat_max == 0) in compile_branch()
7534 if (repeat_max != REPEAT_UNLIMITED) repeat_max--; in compile_branch()
[all …]

Completed in 24 milliseconds