Searched refs:branchreqcuflags (Results 1 – 1 of 1) sorted by relevance
8397 uint32_t branchfirstcuflags, branchreqcuflags; in compile_regex() local8498 &branchfirstcu, &branchfirstcuflags, &branchreqcu, &branchreqcuflags, in compile_regex()8518 reqcuflags = branchreqcuflags; in compile_regex()8549 branchreqcuflags >= REQ_NONE) in compile_regex()8552 branchreqcuflags = branchfirstcuflags; in compile_regex()8557 if (((reqcuflags & ~REQ_VARY) != (branchreqcuflags & ~REQ_VARY)) || in compile_regex()8563 reqcuflags |= branchreqcuflags; /* To "or" REQ_VARY if present */ in compile_regex()
Completed in 25 milliseconds