Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5382 int32_t subreqcuflags, subfirstcuflags; /* Must be signed */ in compile_branch() local
6461 &subreqcuflags, in compile_branch()
6532 if (condcount == 1) subfirstcuflags = subreqcuflags = REQ_NONE; in compile_branch()
6603 else if (subfirstcuflags >= 0 && subreqcuflags < 0) in compile_branch()
6606 subreqcuflags = subfirstcuflags | tempreqvary; in compile_branch()
6612 if (subreqcuflags >= 0) in compile_branch()
6615 reqcuflags = subreqcuflags; in compile_branch()
6631 subreqcuflags >= 0 && subfirstcuflags >= 0) in compile_branch()
6634 reqcuflags = subreqcuflags; in compile_branch()

Completed in 25 milliseconds