Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_xclass.c82 if ((*data & XCL_HASPROP) == 0) in PRIV()
H A Dpcre_printint.c658 invertmap = (*ccode & XCL_HASPROP) == 0; in pcre_printint()
H A Dpcre_study.c1316 if ((tcode[1 + LINK_SIZE] & XCL_HASPROP) != 0) in set_start_bits()
H A Dpcre_internal.h1826 #define XCL_HASPROP 0x04 /* Flag: property checks are present. */ macro
H A Dpcre_compile.c3295 if ((*xclass_flags & XCL_HASPROP) != 0) return FALSE; in compare_opcodes()
5545 if (xclass_has_prop) *code |= XCL_HASPROP; in compile_branch()
H A Dpcre_jit_compile.c4901 if ((cc[-1] & XCL_HASPROP) == 0) in compile_xclass_matchingpath()
5419 propdata[0] = XCL_HASPROP; in compile_char1_matchingpath()

Completed in 64 milliseconds