Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c7606 int32_t branchfirstcuflags, branchreqcuflags; in compile_regex() local
7688 &branchfirstcuflags, &branchreqcu, &branchreqcuflags, &bc, in compile_regex()
7712 reqcuflags = branchreqcuflags; in compile_regex()
7743 branchreqcuflags < 0) in compile_regex()
7746 branchreqcuflags = branchfirstcuflags; in compile_regex()
7751 if (((reqcuflags & ~REQ_VARY) != (branchreqcuflags & ~REQ_VARY)) || in compile_regex()
7757 reqcuflags |= branchreqcuflags; /* To "or" REQ_VARY */ in compile_regex()