Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c8395 uint32_t branchfirstcuflags, branchreqcuflags; in compile_regex() local
8496 &branchfirstcu, &branchfirstcuflags, &branchreqcu, &branchreqcuflags, in compile_regex()
8514 firstcuflags = branchfirstcuflags; in compile_regex()
8530 if (firstcuflags != branchfirstcuflags || firstcu != branchfirstcu) in compile_regex()
8546 if (firstcuflags >= REQ_NONE && branchfirstcuflags < REQ_NONE && in compile_regex()
8550 branchreqcuflags = branchfirstcuflags; in compile_regex()

Completed in 31 milliseconds