Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4928 int32_t firstcuflags, reqcuflags; in compile_branch() local
4981 firstcuflags = reqcuflags = zerofirstcuflags = zeroreqcuflags = REQ_UNSET; in compile_branch()
5091 *firstcuflagsptr = firstcuflags; in compile_branch()
5106 if (firstcuflags == REQ_UNSET) in compile_branch()
5107 zerofirstcuflags = firstcuflags = REQ_NONE; in compile_branch()
5122 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
5124 zerofirstcuflags = firstcuflags; in compile_branch()
5141 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
5143 zerofirstcuflags = firstcuflags; in compile_branch()
5192 if (firstcuflags == REQ_UNSET) firstcuflags = REQ_NONE; in compile_branch()
[all …]