Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c5010 int32_t subreqcuflags, subfirstcuflags; /* Must be signed */ in compile_branch() local
6031 &subreqcuflags, in compile_branch()
6102 if (condcount == 1) subfirstcuflags = subreqcuflags = REQ_NONE; in compile_branch()
6173 else if (subfirstcuflags >= 0 && subreqcuflags < 0) in compile_branch()
6176 subreqcuflags = subfirstcuflags | tempreqvary; in compile_branch()
6182 if (subreqcuflags >= 0) in compile_branch()
6185 reqcuflags = subreqcuflags; in compile_branch()
6200 else if (bravalue == OP_ASSERT && subreqcuflags >= 0 && in compile_branch()
6204 reqcuflags = subreqcuflags; in compile_branch()