Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_xclass.c68 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
H A Dpcre_printint.c656 if ((*ccode & XCL_NOT) != 0) in pcre_printint()
H A Dpcre_study.c1319 if ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0 && (tcode[1 + LINK_SIZE] & XCL_NOT) != 0) in set_start_bits()
H A Dpcre_internal.h1824 #define XCL_NOT 0x01 /* Flag: this is a negative class */ macro
H A DHACKING338 OP_XCLASS is followed by a unit containing flag bits: XCL_NOT indicates that
H A Dpcre_jit_compile.c4784 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath()
4899 read_char_range(common, min, max, (cc[-1] & XCL_NOT) != 0); in compile_xclass_matchingpath()
4924 …add_jump(compiler, (cc[-1] & XCL_NOT) == 0 ? backtracks : &found, CMP(SLJIT_GREATER, TMP2, 0, SLJI… in compile_xclass_matchingpath()
H A Dpcre_compile.c5544 *code = negate_class? XCL_NOT:0; in compile_branch()

Completed in 94 milliseconds