Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5739 uint32_t subreqcuflags, subfirstcuflags; in compile_branch() local
6838 &subreqcuflags, in compile_branch()
6910 if (condcount == 1) subfirstcuflags = subreqcuflags = REQ_NONE; in compile_branch()
6981 else if (subfirstcuflags < REQ_NONE && subreqcuflags >= REQ_NONE) in compile_branch()
6984 subreqcuflags = subfirstcuflags | tempreqvary; in compile_branch()
6990 if (subreqcuflags < REQ_NONE) in compile_branch()
6993 reqcuflags = subreqcuflags; in compile_branch()
7009 subreqcuflags < REQ_NONE && subfirstcuflags < REQ_NONE) in compile_branch()
7012 reqcuflags = subreqcuflags; in compile_branch()

Completed in 27 milliseconds