Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5371 BOOL should_flip_negation; in compile_branch() local
5636 should_flip_negation = match_all_or_no_wide_chars = FALSE; in compile_branch()
5677 should_flip_negation = local_negate; /* Note negative special */ in compile_branch()
5812 should_flip_negation = TRUE; in compile_branch()
5821 should_flip_negation = TRUE; in compile_branch()
5837 should_flip_negation = TRUE; in compile_branch()
6037 xclass_has_prop || !should_flip_negation)) in compile_branch()
6043 should_flip_negation && !negate_class && (options & PCRE2_UCP) == 0)) in compile_branch()
6099 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()

Completed in 56 milliseconds