Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5480 BOOL should_flip_negation; in compile_branch() local
5744 should_flip_negation = match_all_or_no_wide_chars = FALSE; in compile_branch()
5785 should_flip_negation = local_negate; /* Note negative special */ in compile_branch()
5920 should_flip_negation = TRUE; in compile_branch()
5930 should_flip_negation = TRUE; in compile_branch()
5947 should_flip_negation = TRUE; in compile_branch()
6148 xclass_has_prop || !should_flip_negation)) in compile_branch()
6154 should_flip_negation && !negate_class && (options & PCRE2_UCP) == 0)) in compile_branch()
6210 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()

Completed in 26 milliseconds