Home
last modified time | relevance | path

Searched refs:subfirstcuflags (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
6836 &subfirstcuflags, in compile_branch()
6910 if (condcount == 1) subfirstcuflags = subreqcuflags = REQ_NONE; in compile_branch()
6965 if (firstcuflags == REQ_UNSET && subfirstcuflags != REQ_UNSET) in compile_branch()
6967 if (subfirstcuflags < REQ_NONE) in compile_branch()
6970 firstcuflags = subfirstcuflags; in compile_branch()
6981 else if (subfirstcuflags < REQ_NONE && subreqcuflags >= REQ_NONE) in compile_branch()
6984 subreqcuflags = subfirstcuflags | tempreqvary; in compile_branch()
7009 subreqcuflags < REQ_NONE && subfirstcuflags < REQ_NONE) in compile_branch()

Completed in 33 milliseconds