Searched refs:req_caseopt (Results 1 – 1 of 1) sorted by relevance
3871 int32_t req_caseopt, reqvary, tempreqvary; in compile_branch() local3936 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()5224 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()6963 req_caseopt = ((newoptions & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()7511 if (mclength == 1 || req_caseopt == 0) in compile_branch()7513 firstcu = mcbuffer[0] | req_caseopt; in compile_branch()7515 firstcuflags = req_caseopt; in compile_branch()7535 if (mclength == 1 || req_caseopt == 0) in compile_branch()7538 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()