Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c72 BOOL negated = (*data & XCL_NOT) != 0; in PRIV()
H A Dpcre2_study.c1502 (xclassflags & (XCL_MAP|XCL_NOT)) == XCL_NOT) in set_start_bits()
1515 if (utf && (xclassflags & XCL_NOT) == 0) in set_start_bits()
H A Dpcre2_printint.c658 if ((*ccode & XCL_NOT) != 0) in pcre2_printint()
H A Dpcre2_auto_possess.c752 if (list[1] == 0) return (*xclass_flags & XCL_NOT) == 0; in compare_opcodes()
H A Dpcre2_internal.h1285 #define XCL_NOT 0x01 /* Flag: this is a negative class */ macro
H A Dpcre2_jit_compile.c7342 jump_list **list = (cc[0] & XCL_NOT) == 0 ? &found : backtracks; in compile_xclass_matchingpath()
7466 if ((cc[-1] & XCL_NOT) != 0) in compile_xclass_matchingpath()
7500 …add_jump(compiler, (cc[-1] & XCL_NOT) == 0 ? backtracks : &found, CMP(SLJIT_GREATER, TMP2, 0, SLJI… in compile_xclass_matchingpath()
H A Dpcre2_compile.c6065 *code = negate_class? XCL_NOT:0; in compile_branch()

Completed in 116 milliseconds