Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c87 if ((*data & XCL_MAP) == 0) return negated; in PRIV()
90 if ((*data & XCL_MAP) != 0 && in PRIV()
99 if ((*data++ & XCL_MAP) != 0) data += 32 / sizeof(PCRE2_UCHAR); in PRIV()
H A Dpcre2_study.c1450 (tcode[1 + LINK_SIZE] & (XCL_MAP|XCL_NOT)) == XCL_NOT) in set_start_bits()
1456 classmap = ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0)? NULL : in set_start_bits()
H A Dpcre2_printint.c654 printmap = (*ccode & XCL_MAP) != 0; in pcre2_printint()
H A Dpcre2_auto_possess.c730 if ((*xclass_flags & XCL_MAP) == 0) in compare_opcodes()
H A Dpcre2_internal.h1242 #define XCL_MAP 0x02 /* Flag: a 32-byte map is present */ macro
H A Dpcre2_jit_compile.c6462 if (cc[-1] & XCL_MAP) in compile_xclass_matchingpath()
6568 if ((cc[-1] & XCL_MAP) != 0) in compile_xclass_matchingpath()
6592 else if ((cc[-1] & XCL_MAP) != 0) in compile_xclass_matchingpath()
H A Dpcre2_compile.c5663 *code++ |= XCL_MAP; in compile_branch()

Completed in 76 milliseconds