Home
last modified time | relevance | path

Searched refs:REQ_VARY (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcre_compile.c133 #define REQ_VARY (1 << 1) /* Reqchar followed non-literal item */ macro
5535 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()