Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c8902 PCRE2_UCHAR propdata[5]; in compile_char1_matchingpath() local
8996 propdata[0] = XCL_HASPROP; in compile_char1_matchingpath()
8997 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
8998 propdata[2] = cc[0]; in compile_char1_matchingpath()
8999 propdata[3] = cc[1]; in compile_char1_matchingpath()
9000 propdata[4] = XCL_END; in compile_char1_matchingpath()
9003 compile_xclass_matchingpath(common, propdata, backtracks); in compile_char1_matchingpath()

Completed in 36 milliseconds