Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c4555 int newoptions; in compile_branch() local
6677 newoptions = options; in compile_branch()
7588 newoptions = (options | set) & (~unset); in compile_branch()
7616 cd->external_options = newoptions; in compile_branch()
7620 greedy_default = ((newoptions & PCRE_UNGREEDY) != 0); in compile_branch()
7622 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
7628 *optionsptr = options = newoptions; in compile_branch()
7698 newoptions, /* The complete new option state */ in compile_branch()

Completed in 29 milliseconds