Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4465 pcre_int32 req_caseopt, reqvary, tempreqvary; in compile_branch() local
4538 req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5763 reqcharflags = req_caseopt | cd->req_varyopt; in compile_branch()
7631 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
8175 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8177 firstchar = mcbuffer[0] | req_caseopt; in compile_branch()
8179 firstcharflags = req_caseopt; in compile_branch()
8199 if (mclength == 1 || req_caseopt == 0) in compile_branch()
8202 reqcharflags = req_caseopt | cd->req_varyopt; in compile_branch()

Completed in 22 milliseconds