Lines Matching refs:firstcuflags
5655 uint32_t firstcuflags, reqcuflags; in compile_branch() local
5711 firstcuflags = reqcuflags = zerofirstcuflags = zeroreqcuflags = REQ_UNSET; in compile_branch()
5820 *firstcuflagsptr = firstcuflags; in compile_branch()
5835 if (firstcuflags == REQ_UNSET) in compile_branch()
5836 zerofirstcuflags = firstcuflags = REQ_NONE; in compile_branch()
5851 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
5853 zerofirstcuflags = firstcuflags; in compile_branch()
5870 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
5872 zerofirstcuflags = firstcuflags; in compile_branch()
5921 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
5923 zerofirstcuflags = firstcuflags; in compile_branch()
6377 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
6379 zerofirstcuflags = firstcuflags; in compile_branch()
6513 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
6954 zerofirstcuflags = firstcuflags; in compile_branch()
6965 if (firstcuflags == REQ_UNSET && subfirstcuflags != REQ_UNSET) in compile_branch()
6970 firstcuflags = subfirstcuflags; in compile_branch()
6973 else firstcuflags = REQ_NONE; in compile_branch()
7093 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
7223 firstcuflags = zerofirstcuflags; in compile_branch()
7572 reqcuflags = firstcuflags; in compile_branch()
8047 if (firstcuflags == REQ_UNSET) zerofirstcuflags = firstcuflags = REQ_NONE; in compile_branch()
8084 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
8086 zerofirstcuflags = firstcuflags; in compile_branch()
8123 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
8129 zerofirstcuflags = firstcuflags; in compile_branch()
8247 if (firstcuflags == REQ_UNSET) in compile_branch()
8248 firstcuflags = zerofirstcuflags = REQ_NONE; in compile_branch()
8288 if (firstcuflags == REQ_UNSET) in compile_branch()
8301 firstcuflags = req_caseopt; in compile_branch()
8308 else firstcuflags = reqcuflags = REQ_NONE; in compile_branch()
8317 zerofirstcuflags = firstcuflags; in compile_branch()
8395 uint32_t firstcuflags, reqcuflags; in compile_regex() local
8416 firstcuflags = reqcuflags = REQ_UNSET; in compile_regex()
8516 firstcuflags = branchfirstcuflags; in compile_regex()
8532 if (firstcuflags != branchfirstcuflags || firstcu != branchfirstcu) in compile_regex()
8534 if (firstcuflags < REQ_NONE) in compile_regex()
8539 reqcuflags = firstcuflags; in compile_regex()
8542 firstcuflags = REQ_NONE; in compile_regex()
8548 if (firstcuflags >= REQ_NONE && branchfirstcuflags < REQ_NONE && in compile_regex()
8602 *firstcuflagsptr = firstcuflags; 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()
10836 if (firstcuflags >= REQ_NONE) in pcre2_compile()
10837 firstcu = find_firstassertedcu(codestart, &firstcuflags, 0); in pcre2_compile()
10842 if (firstcuflags < REQ_NONE) in pcre2_compile()
10850 if ((firstcuflags & REQ_CASELESS) != 0) in pcre2_compile()
10893 firstcuflags >= REQ_NONE || /* First not set */ in pcre2_compile()
10898 firstcuflags >= REQ_NONE || /* First not set */ in pcre2_compile()