Lines Matching refs:firstcuflags

5654 uint32_t firstcuflags, reqcuflags;  in compile_branch()  local
5710 firstcuflags = reqcuflags = zerofirstcuflags = zeroreqcuflags = REQ_UNSET; in compile_branch()
5819 *firstcuflagsptr = firstcuflags; in compile_branch()
5834 if (firstcuflags == REQ_UNSET) in compile_branch()
5835 zerofirstcuflags = firstcuflags = REQ_NONE; in compile_branch()
5850 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
5852 zerofirstcuflags = firstcuflags; in compile_branch()
5869 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
5871 zerofirstcuflags = firstcuflags; in compile_branch()
5920 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
5922 zerofirstcuflags = firstcuflags; in compile_branch()
6376 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
6378 zerofirstcuflags = firstcuflags; in compile_branch()
6512 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
6953 zerofirstcuflags = firstcuflags; in compile_branch()
6964 if (firstcuflags == REQ_UNSET && subfirstcuflags != REQ_UNSET) in compile_branch()
6969 firstcuflags = subfirstcuflags; in compile_branch()
6972 else firstcuflags = REQ_NONE; in compile_branch()
7092 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
7222 firstcuflags = zerofirstcuflags; in compile_branch()
7570 reqcuflags = firstcuflags; in compile_branch()
8045 if (firstcuflags == REQ_UNSET) zerofirstcuflags = firstcuflags = REQ_NONE; in compile_branch()
8082 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
8084 zerofirstcuflags = firstcuflags; in compile_branch()
8121 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
8127 zerofirstcuflags = firstcuflags; in compile_branch()
8245 if (firstcuflags == REQ_UNSET) in compile_branch()
8246 firstcuflags = zerofirstcuflags = REQ_NONE; in compile_branch()
8286 if (firstcuflags == REQ_UNSET) in compile_branch()
8299 firstcuflags = req_caseopt; in compile_branch()
8306 else firstcuflags = reqcuflags = REQ_NONE; in compile_branch()
8315 zerofirstcuflags = firstcuflags; in compile_branch()
8393 uint32_t firstcuflags, reqcuflags; in compile_regex() local
8414 firstcuflags = reqcuflags = REQ_UNSET; in compile_regex()
8514 firstcuflags = branchfirstcuflags; in compile_regex()
8530 if (firstcuflags != branchfirstcuflags || firstcu != branchfirstcu) in compile_regex()
8532 if (firstcuflags < REQ_NONE) in compile_regex()
8537 reqcuflags = firstcuflags; in compile_regex()
8540 firstcuflags = REQ_NONE; in compile_regex()
8546 if (firstcuflags >= REQ_NONE && branchfirstcuflags < REQ_NONE && in compile_regex()
8600 *firstcuflagsptr = firstcuflags; in compile_regex()
10146 uint32_t firstcuflags, reqcuflags; /* Type of first/req code unit */ in pcre2_compile() local
10591 &errorcode, 0, &firstcu, &firstcuflags, &reqcu, &reqcuflags, NULL, NULL, in pcre2_compile()
10689 &pptr, &errorcode, 0, &firstcu, &firstcuflags, &reqcu, &reqcuflags, NULL, in pcre2_compile()
10827 if (firstcuflags >= REQ_NONE) in pcre2_compile()
10828 firstcu = find_firstassertedcu(codestart, &firstcuflags, 0); in pcre2_compile()
10833 if (firstcuflags < REQ_NONE) in pcre2_compile()
10841 if ((firstcuflags & REQ_CASELESS) != 0) in pcre2_compile()
10884 firstcuflags >= REQ_NONE || /* First not set */ in pcre2_compile()
10889 firstcuflags >= REQ_NONE || /* First not set */ in pcre2_compile()