Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_printint.c762 case XCL_NOTPROP: in pcre2_printint()
H A Dpcre2_jit_compile.c7720 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7773 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7814 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
7970 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7976 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
8015 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
8052 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
8059 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
8118 if (cc[-1] == XCL_NOTPROP) in compile_xclass_matchingpath()
8231 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
[all …]
H A Dpcre2_internal.h1336 #define XCL_NOTPROP 4 /* Unicode inverted property (ditto) */ macro
H A Dpcre2_compile.c6064 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()
6249 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()

Completed in 62 milliseconds