Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4562 pcre_int32 subreqcharflags, subfirstcharflags; in compile_branch() local
7708 &subreqcharflags, in compile_branch()
7771 if (condcount == 1) subfirstcharflags = subreqcharflags = REQ_NONE; in compile_branch()
7849 else if (subfirstcharflags >= 0 && subreqcharflags < 0) in compile_branch()
7852 subreqcharflags = subfirstcharflags | tempreqvary; in compile_branch()
7858 if (subreqcharflags >= 0) in compile_branch()
7861 reqcharflags = subreqcharflags; in compile_branch()
7873 else if (bravalue == OP_ASSERT && subreqcharflags >= 0) in compile_branch()
7876 reqcharflags = subreqcharflags; in compile_branch()

Completed in 19 milliseconds