Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c85 if ((*data & XCL_HASPROP) == 0) in PRIV()
H A Dpcre2_printint.c660 invertmap = (*ccode & XCL_HASPROP) == 0; in pcre2_printint()
H A Dpcre2_auto_possess.c748 if ((*xclass_flags & XCL_HASPROP) != 0) return FALSE; in compare_opcodes()
H A Dpcre2_study.c1501 if ((xclassflags & XCL_HASPROP) != 0 || in set_start_bits()
H A Dpcre2_internal.h1287 #define XCL_HASPROP 0x04 /* Flag: property checks are present. */ macro
H A Dpcre2_compile.c6066 if (xclass_has_prop) *code |= XCL_HASPROP; in compile_branch()
H A Dpcre2_jit_compile.c7477 if ((cc[-1] & XCL_HASPROP) == 0) in compile_xclass_matchingpath()
8544 propdata[0] = XCL_HASPROP; in compile_char1_matchingpath()

Completed in 91 milliseconds