Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c7606 int32_t branchfirstcuflags, branchreqcuflags; in compile_regex() local
7688 &branchfirstcuflags, &branchreqcu, &branchreqcuflags, &bc, in compile_regex()
7710 firstcuflags = branchfirstcuflags; in compile_regex()
7726 if (firstcuflags != branchfirstcuflags || firstcu != branchfirstcu) in compile_regex()
7742 if (firstcuflags < 0 && branchfirstcuflags >= 0 && in compile_regex()
7746 branchreqcuflags = branchfirstcuflags; in compile_regex()