Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4467 pcre_int32 req_caseopt, reqvary, tempreqvary; in compile_branch() local
4540 req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5765 reqcharflags = req_caseopt | cd->req_varyopt; in compile_branch()
7619 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
8163 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8165 firstchar = mcbuffer[0] | req_caseopt; in compile_branch()
8167 firstcharflags = req_caseopt; in compile_branch()
8187 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8190 reqcharflags = req_caseopt | cd->req_varyopt; in compile_branch()

Completed in 22 milliseconds