Lines Matching refs:reqcuflags

5655 uint32_t firstcuflags, reqcuflags;  in compile_branch()  local
5711 firstcuflags = reqcuflags = zerofirstcuflags = zeroreqcuflags = REQ_UNSET; in compile_branch()
5822 *reqcuflagsptr = reqcuflags; in compile_branch()
5855 zeroreqcuflags = reqcuflags; in compile_branch()
5920 zeroreqcuflags = reqcuflags; in compile_branch()
6381 zeroreqcuflags = reqcuflags; in compile_branch()
6952 zeroreqcuflags = reqcuflags; in compile_branch()
6993 reqcuflags = subreqcuflags; in compile_branch()
7012 reqcuflags = subreqcuflags; in compile_branch()
7225 reqcuflags = zeroreqcuflags; in compile_branch()
7305 reqcuflags = cb->req_varyopt; in compile_branch()
7306 if (op_previous == OP_CHARI) reqcuflags |= REQ_CASELESS; in compile_branch()
7569 if (groupsetfirstcu && reqcuflags >= REQ_NONE) in compile_branch()
7572 reqcuflags = firstcuflags; in compile_branch()
8131 zeroreqcuflags = reqcuflags; in compile_branch()
8292 zeroreqcuflags = reqcuflags; in compile_branch()
8305 reqcuflags = cb->req_varyopt; in compile_branch()
8308 else firstcuflags = reqcuflags = REQ_NONE; in compile_branch()
8319 zeroreqcuflags = reqcuflags; in compile_branch()
8323 reqcuflags = req_caseopt | cb->req_varyopt; in compile_branch()
8395 uint32_t firstcuflags, reqcuflags; in compile_regex() local
8416 firstcuflags = reqcuflags = REQ_UNSET; in compile_regex()
8518 reqcuflags = branchreqcuflags; in compile_regex()
8536 if (reqcuflags >= REQ_NONE) in compile_regex()
8539 reqcuflags = firstcuflags; in compile_regex()
8557 if (((reqcuflags & ~REQ_VARY) != (branchreqcuflags & ~REQ_VARY)) || in compile_regex()
8559 reqcuflags = REQ_NONE; in compile_regex()
8563 reqcuflags |= branchreqcuflags; /* To "or" REQ_VARY if present */ in compile_regex()
8604 *reqcuflagsptr = reqcuflags; in compile_regex()
10148 uint32_t firstcuflags, reqcuflags; /* Type of first/req code unit */ in pcre2_compile() local
10593 &errorcode, 0, &firstcu, &firstcuflags, &reqcu, &reqcuflags, NULL, NULL, in pcre2_compile()
10698 &pptr, &errorcode, 0, &firstcu, &firstcuflags, &reqcu, &reqcuflags, NULL, in pcre2_compile()
10708 reqcuflags = REQ_NONE; in pcre2_compile()
10889 if (reqcuflags < REQ_NONE) in pcre2_compile()
10910 (reqcuflags & REQ_VARY) != 0) in pcre2_compile()
10917 if ((reqcuflags & REQ_CASELESS) != 0) in pcre2_compile()