Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c4563 pcre_int32 subreqcharflags, subfirstcharflags; in compile_branch() local
7779 &subreqcharflags, in compile_branch()
7842 if (condcount == 1) subfirstcharflags = subreqcharflags = REQ_NONE; in compile_branch()
7920 else if (subfirstcharflags >= 0 && subreqcharflags < 0) in compile_branch()
7923 subreqcharflags = subfirstcharflags | tempreqvary; in compile_branch()
7929 if (subreqcharflags >= 0) in compile_branch()
7932 reqcharflags = subreqcharflags; in compile_branch()
7945 else if (bravalue == OP_ASSERT && subreqcharflags >= 0 && in compile_branch()
7949 reqcharflags = subreqcharflags; in compile_branch()

Completed in 24 milliseconds