Searched refs:REQ_VARY (Results 1 – 1 of 1) sorted by relevance
131 #define REQ_VARY (1 << 1) /* Reqchar followed non-literal item */ macro5635 reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY; in compile_branch()8415 if (((reqcharflags & ~REQ_VARY) != (branchreqcharflags & ~REQ_VARY)) || in compile_regex()9641 ((re->options & PCRE_ANCHORED) == 0 || (reqcharflags & REQ_VARY) != 0)) in pcre_compile2()
Completed in 43 milliseconds