Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c5244 pcre_uchar propdata[5]; in compile_char1_matchingpath() local
5367 propdata[0] = XCL_HASPROP; in compile_char1_matchingpath()
5368 propdata[1] = type == OP_NOTPROP ? XCL_NOTPROP : XCL_PROP; in compile_char1_matchingpath()
5369 propdata[2] = cc[0]; in compile_char1_matchingpath()
5370 propdata[3] = cc[1]; in compile_char1_matchingpath()
5371 propdata[4] = XCL_END; in compile_char1_matchingpath()
5372 compile_xclass_matchingpath(common, propdata, backtracks); in compile_char1_matchingpath()