Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c391 #define REQ_VARY (1u << 1) /* reqcu followed non-literal item */ macro
6837 reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY; in compile_branch()
8129 if (((reqcuflags & ~REQ_VARY) != (branchreqcuflags & ~REQ_VARY)) || in compile_regex()
10413 (reqcuflags & REQ_VARY) != 0) in pcre2_compile()

Completed in 25 milliseconds