Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c7987 int32_t branchfirstcuflags, branchreqcuflags; in compile_regex() local
8070 &branchfirstcuflags, &branchreqcu, &branchreqcuflags, &bc, in compile_regex()
8090 reqcuflags = branchreqcuflags; in compile_regex()
8121 branchreqcuflags < 0) in compile_regex()
8124 branchreqcuflags = branchfirstcuflags; in compile_regex()
8129 if (((reqcuflags & ~REQ_VARY) != (branchreqcuflags & ~REQ_VARY)) || in compile_regex()
8135 reqcuflags |= branchreqcuflags; /* To "or" REQ_VARY if present */ in compile_regex()

Completed in 49 milliseconds