Lines Matching refs:reqcuflags
3868 int32_t firstcuflags, reqcuflags; in compile_branch() local
3928 firstcuflags = reqcuflags = zerofirstcuflags = zeroreqcuflags = REQ_UNSET; in compile_branch()
4172 *reqcuflagsptr = reqcuflags; in compile_branch()
4215 zeroreqcuflags = reqcuflags; in compile_branch()
4887 zeroreqcuflags = reqcuflags; in compile_branch()
4982 zeroreqcuflags = reqcuflags; in compile_branch()
5097 reqcuflags = zeroreqcuflags; in compile_branch()
5224 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()
5540 if (groupsetfirstcu && reqcuflags < 0) in compile_branch()
5543 reqcuflags = firstcuflags; in compile_branch()
7161 zeroreqcuflags = reqcuflags; in compile_branch()
7202 reqcuflags = subreqcuflags; in compile_branch()
7217 reqcuflags = subreqcuflags; in compile_branch()
7255 zeroreqcuflags = reqcuflags; in compile_branch()
7506 zeroreqcuflags = reqcuflags; in compile_branch()
7520 reqcuflags = cb->req_varyopt; in compile_branch()
7523 else firstcuflags = reqcuflags = REQ_NONE; in compile_branch()
7534 zeroreqcuflags = reqcuflags; in compile_branch()
7538 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()
7604 int32_t firstcuflags, reqcuflags; in compile_regex() local
7627 firstcuflags = reqcuflags = REQ_UNSET; in compile_regex()
7712 reqcuflags = branchreqcuflags; in compile_regex()
7730 if (reqcuflags < 0) in compile_regex()
7733 reqcuflags = firstcuflags; in compile_regex()
7751 if (((reqcuflags & ~REQ_VARY) != (branchreqcuflags & ~REQ_VARY)) || in compile_regex()
7753 reqcuflags = REQ_NONE; in compile_regex()
7757 reqcuflags |= branchreqcuflags; /* To "or" REQ_VARY */ in compile_regex()
7855 *reqcuflagsptr = reqcuflags; in compile_regex()
8328 int32_t firstcuflags, reqcuflags; /* Type of first/req code unit */ in pcre2_compile() local
8658 FALSE, 0, 0, &firstcu, &firstcuflags, &reqcu, &reqcuflags, NULL, in pcre2_compile()
8771 0, 0, &firstcu, &firstcuflags, &reqcu, &reqcuflags, NULL, &cb, NULL); in pcre2_compile()
8780 reqcuflags = REQ_NONE; in pcre2_compile()
9011 if (reqcuflags >= 0 && in pcre2_compile()
9013 (reqcuflags & REQ_VARY) != 0)) in pcre2_compile()
9020 if ((reqcuflags & REQ_CASELESS) != 0) in pcre2_compile()