Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4492 pcre_int32 subreqcharflags, subfirstcharflags; in compile_branch() local
7504 &subreqcharflags, in compile_branch()
7567 if (condcount == 1) subfirstcharflags = subreqcharflags = REQ_NONE; in compile_branch()
7645 else if (subfirstcharflags >= 0 && subreqcharflags < 0) in compile_branch()
7648 subreqcharflags = subfirstcharflags | tempreqvary; in compile_branch()
7654 if (subreqcharflags >= 0) in compile_branch()
7657 reqcharflags = subreqcharflags; in compile_branch()
7669 else if (bravalue == OP_ASSERT && subreqcharflags >= 0) in compile_branch()
7672 reqcharflags = subreqcharflags; in compile_branch()