Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c7536 int32_t branchfirstcuflags, branchreqcuflags; in compile_regex() local
7617 &branchfirstcuflags, &branchreqcu, &branchreqcuflags, &bc, in compile_regex()
7637 reqcuflags = branchreqcuflags; in compile_regex()
7668 branchreqcuflags < 0) in compile_regex()
7671 branchreqcuflags = branchfirstcuflags; in compile_regex()
7676 if (((reqcuflags & ~REQ_VARY) != (branchreqcuflags & ~REQ_VARY)) || in compile_regex()
7682 reqcuflags |= branchreqcuflags; /* To "or" REQ_VARY */ in compile_regex()