Home
last modified time | relevance | path

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

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