Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c749 case XCL_NOTPROP: in pcre2_printint()
H A Dpcre2_jit_compile.c7562 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7602 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7765 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7771 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7804 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7810 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7847 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7854 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7913 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
8020 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
[all …]
H A Dpcre2_internal.h1317 #define XCL_NOTPROP 4 /* Unicode inverted property (ditto) */ macro
H A Dpcre2_compile.c5805 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()
5987 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()

Completed in 66 milliseconds