Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c8114 uint32_t branchfirstcuflags, branchreqcuflags; in compile_regex() local
8197 &branchfirstcuflags, &branchreqcu, &branchreqcuflags, &bc, in compile_regex()
8217 reqcuflags = branchreqcuflags; in compile_regex()
8248 branchreqcuflags >= REQ_NONE) in compile_regex()
8251 branchreqcuflags = branchfirstcuflags; in compile_regex()
8256 if (((reqcuflags & ~REQ_VARY) != (branchreqcuflags & ~REQ_VARY)) || in compile_regex()
8262 reqcuflags |= branchreqcuflags; /* To "or" REQ_VARY if present */ in compile_regex()

Completed in 35 milliseconds