Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5729 BOOL should_flip_negation; in compile_branch() local
6000 should_flip_negation = match_all_or_no_wide_chars = FALSE; in compile_branch()
6041 should_flip_negation = local_negate; /* Note negative special */ in compile_branch()
6180 should_flip_negation = TRUE; in compile_branch()
6190 should_flip_negation = TRUE; in compile_branch()
6207 should_flip_negation = TRUE; in compile_branch()
6411 xclass_has_prop || !should_flip_negation)) in compile_branch()
6417 should_flip_negation && !negate_class && (options & PCRE2_UCP) == 0)) in compile_branch()
6473 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()

Completed in 32 milliseconds