Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c396 #define REQ_VARY 0x00000002u /* Code unit is followed by non-literal */ macro
7214 reqvary = (repeat_min == repeat_max)? 0 : REQ_VARY; in compile_branch()
8555 if (((reqcuflags & ~REQ_VARY) != (branchreqcuflags & ~REQ_VARY)) || in compile_regex()
10901 (reqcuflags & REQ_VARY) != 0) in pcre2_compile()

Completed in 24 milliseconds