Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4397 pcre_int32 req_caseopt, reqvary, tempreqvary; in compile_branch() local
4470 req_caseopt = ((options & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
5663 reqcharflags = req_caseopt | cd->req_varyopt; in compile_branch()
7429 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
7955 if (mclength == 1 || req_caseopt == 0) in compile_branch()
7957 firstchar = mcbuffer[0] | req_caseopt; in compile_branch()
7959 firstcharflags = req_caseopt; in compile_branch()
7979 if (mclength == 1 || req_caseopt == 0) in compile_branch()
7982 reqcharflags = req_caseopt | cd->req_varyopt; in compile_branch()