Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c3964 int32_t subreqcuflags, subfirstcuflags; /* Must be signed */ in compile_branch() local
7045 &subreqcuflags, in compile_branch()
7110 if (condcount == 1) subfirstcuflags = subreqcuflags = REQ_NONE; in compile_branch()
7190 else if (subfirstcuflags >= 0 && subreqcuflags < 0) in compile_branch()
7193 subreqcuflags = subfirstcuflags | tempreqvary; in compile_branch()
7199 if (subreqcuflags >= 0) in compile_branch()
7202 reqcuflags = subreqcuflags; in compile_branch()
7214 else if (bravalue == OP_ASSERT && subreqcuflags >= 0) in compile_branch()
7217 reqcuflags = subreqcuflags; in compile_branch()