Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c72 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
H A Dpcre2_study.c1592 (xclassflags & (XCL_MAP|XCL_NOT)) == XCL_NOT) in set_start_bits()
1605 if (utf && (xclassflags & XCL_NOT) == 0) in set_start_bits()
H A Dpcre2_printint.c700 if ((*ccode & XCL_NOT) != 0) in pcre2_printint()
H A Dpcre2_auto_possess.c776 if (list[1] == 0) return (*xclass_flags & XCL_NOT) == 0; in compare_opcodes()
H A Dpcre2_internal.h1328 #define XCL_NOT 0x01 /* Flag: this is a negative class */ macro
H A Dpcre2_jit_compile.c7652 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath()
7838 if ((cc[-1] & XCL_NOT) != 0) in compile_xclass_matchingpath()
7872 …add_jump(compiler, (cc[-1] & XCL_NOT) == 0 ? backtracks : &found, CMP(SLJIT_GREATER, TMP2, 0, SLJI… in compile_xclass_matchingpath()
H A Dpcre2_compile.c6438 *code = negate_class? XCL_NOT:0; in compile_branch()

Completed in 93 milliseconds