Home
last modified time | relevance | path

Searched refs:XCL_PROP (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c137 BOOL isprop = t == XCL_PROP; in PRIV()
H A Dpcre2_printint.c723 case XCL_PROP: in pcre2_printint()
H A Dpcre2_internal.h1292 #define XCL_PROP 3 /* Unicode property (2-byte property code follows) */ macro
H A Dpcre2_compile.c5719 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()
5898 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()
H A Dpcre2_jit_compile.c7474 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7496 if (cc[-1] == XCL_PROP) in compile_xclass_matchingpath()
7661 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
7792 SLJIT_ASSERT(*cc == XCL_PROP || *cc == XCL_NOTPROP); in compile_xclass_matchingpath()
8622 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()

Completed in 63 milliseconds