Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c4547 BOOL should_flip_negation; in compile_branch() local
4891 should_flip_negation = FALSE; in compile_branch()
4990 should_flip_negation = TRUE; /* Note negative special */ in compile_branch()
5181 should_flip_negation = TRUE; in compile_branch()
5190 should_flip_negation = TRUE; in compile_branch()
5206 should_flip_negation = TRUE; in compile_branch()
5536 if (xclass && (xclass_has_prop || !should_flip_negation || in compile_branch()
5539 if (xclass && (xclass_has_prop || !should_flip_negation)) in compile_branch()
5583 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()

Completed in 28 milliseconds