Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c4468 pcre_int32 req_caseopt, reqvary, tempreqvary; in compile_branch() local
4541 req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5847 reqcharflags = req_caseopt | cd->req_varyopt; in compile_branch()
7691 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
8226 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8229 firstcharflags = req_caseopt; in compile_branch()
8249 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8252 reqcharflags = req_caseopt | cd->req_varyopt; in compile_branch()

Completed in 27 milliseconds