Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4462 int greedy_default, greedy_non_default; in compile_branch() local
4518 greedy_default = ((options & PCRE_UNGREEDY) != 0); in compile_branch()
4519 greedy_non_default = greedy_default ^ 1; in compile_branch()
5692 else repeat_type = greedy_default; in compile_branch()
7617 greedy_default = ((newoptions & PCRE_UNGREEDY) != 0); in compile_branch()
7618 greedy_non_default = greedy_default ^ 1; in compile_branch()

Completed in 29 milliseconds