Searched refs:req_caseopt (Results 1 – 1 of 1) sorted by relevance
4930 int32_t req_caseopt, reqvary, tempreqvary; in compile_branch() local4989 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()5795 req_caseopt = ((options & PCRE2_CASELESS) != 0)? REQ_CASELESS : 0; in compile_branch()6505 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()7450 if (mclength == 1 || req_caseopt == 0) in compile_branch()7453 firstcuflags = req_caseopt; in compile_branch()7472 if (mclength == 1 || req_caseopt == 0) in compile_branch()7475 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()