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