Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5289 uint32_t greedy_default, greedy_non_default; in compile_branch() local
5340 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
5341 greedy_non_default = greedy_default ^ 1; in compile_branch()
6209 greedy_default = ((options & PCRE2_UNGREEDY) != 0); in compile_branch()
6210 greedy_non_default = greedy_default ^ 1; in compile_branch()
6871 repeat_type = greedy_default; in compile_branch()

Completed in 27 milliseconds