Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c166 #define REQ_VARY (1 << 1) /* reqcu followed non-literal item */ macro
5102 reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY; in compile_branch()
7751 if (((reqcuflags & ~REQ_VARY) != (branchreqcuflags & ~REQ_VARY)) || in compile_regex()
9013 (reqcuflags & REQ_VARY) != 0)) in pcre2_compile()