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.c5738 uint32_t subreqcuflags, subfirstcuflags; in compile_branch() local
6835 &subfirstcuflags, in compile_branch()
6909 if (condcount == 1) subfirstcuflags = subreqcuflags = REQ_NONE; in compile_branch()
6964 if (firstcuflags == REQ_UNSET && subfirstcuflags != REQ_UNSET) in compile_branch()
6966 if (subfirstcuflags < REQ_NONE) in compile_branch()
6969 firstcuflags = subfirstcuflags; in compile_branch()
6980 else if (subfirstcuflags < REQ_NONE && subreqcuflags >= REQ_NONE) in compile_branch()
6983 subreqcuflags = subfirstcuflags | tempreqvary; in compile_branch()
7008 subreqcuflags < REQ_NONE && subfirstcuflags < REQ_NONE) in compile_branch()

Completed in 45 milliseconds