Lines Matching refs:reqcharflags

4462 pcre_int32 firstcharflags, reqcharflags;  in compile_branch()  local
4530 firstcharflags = reqcharflags = zerofirstcharflags = zeroreqcharflags = REQ_UNSET; in compile_branch()
4737 *reqcharflagsptr = reqcharflags; in compile_branch()
4781 zeroreqcharflags = reqcharflags; in compile_branch()
5422 zeroreqcharflags = reqcharflags; in compile_branch()
5523 zeroreqcharflags = reqcharflags; in compile_branch()
5630 reqcharflags = zeroreqcharflags; in compile_branch()
5763 reqcharflags = req_caseopt | cd->req_varyopt; in compile_branch()
6106 if (groupsetfirstchar && reqcharflags < 0) in compile_branch()
6109 reqcharflags = firstcharflags; in compile_branch()
7832 zeroreqcharflags = reqcharflags; in compile_branch()
7873 reqcharflags = subreqcharflags; in compile_branch()
7888 reqcharflags = subreqcharflags; in compile_branch()
7932 zeroreqcharflags = reqcharflags; in compile_branch()
8170 zeroreqcharflags = reqcharflags; in compile_branch()
8184 reqcharflags = cd->req_varyopt; in compile_branch()
8187 else firstcharflags = reqcharflags = REQ_NONE; in compile_branch()
8198 zeroreqcharflags = reqcharflags; in compile_branch()
8202 reqcharflags = req_caseopt | cd->req_varyopt; in compile_branch()
8270 pcre_int32 firstcharflags, reqcharflags; in compile_regex() local
8293 firstcharflags = reqcharflags = REQ_UNSET; in compile_regex()
8379 reqcharflags = branchreqcharflags; in compile_regex()
8396 if (reqcharflags < 0) in compile_regex()
8399 reqcharflags = firstcharflags; in compile_regex()
8415 if (((reqcharflags & ~REQ_VARY) != (branchreqcharflags & ~REQ_VARY)) || in compile_regex()
8417 reqcharflags = REQ_NONE; in compile_regex()
8421 reqcharflags |= branchreqcharflags; /* To "or" REQ_VARY */ in compile_regex()
8524 *reqcharflagsptr = reqcharflags; in compile_regex()
9010 pcre_int32 firstcharflags, reqcharflags; in pcre_compile2() local
9334 FALSE, 0, 0, &firstchar, &firstcharflags, &reqchar, &reqcharflags, NULL, in pcre_compile2()
9434 &firstchar, &firstcharflags, &reqchar, &reqcharflags, NULL, cd, NULL); in pcre_compile2()
9443 reqcharflags = REQ_NONE; in pcre_compile2()
9640 if (reqcharflags >= 0 && in pcre_compile2()
9641 ((re->options & PCRE_ANCHORED) == 0 || (reqcharflags & REQ_VARY) != 0)) in pcre_compile2()
9650 if ((reqcharflags & REQ_CASELESS) != 0) in pcre_compile2()