Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c133 #define REQ_VARY (1 << 1) /* Reqchar followed non-literal item */ macro
5637 reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY; in compile_branch()
8403 if (((reqcharflags & ~REQ_VARY) != (branchreqcharflags & ~REQ_VARY)) || in compile_regex()
9629 ((re->options & PCRE_ANCHORED) == 0 || (reqcharflags & REQ_VARY) != 0)) in pcre_compile2()

Completed in 27 milliseconds