Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_xclass.c84 if ((*data & XCL_MAP) == 0) return negated; in PRIV()
87 if ((*data & XCL_MAP) != 0 && in PRIV()
96 if ((*data++ & XCL_MAP) != 0) data += 32 / sizeof(pcre_uchar); in PRIV()
H A Dpcre_study.c1319 if ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0 && (tcode[1 + LINK_SIZE] & XCL_NOT) != 0) in set_start_bits()
1344 if ((tcode[1 + LINK_SIZE] & XCL_MAP) != 0) in set_start_bits()
H A Dpcre_printint.c655 printmap = (*ccode & XCL_MAP) != 0; in pcre_printint()
H A DHACKING339 this is a negative class, and XCL_MAP indicates that a bit map is present.
340 There follows the bit map, if XCL_MAP is set, and then a sequence of items
H A Dpcre_internal.h1825 #define XCL_MAP 0x02 /* Flag: a 32-byte map is present */ macro
H A Dpcre_compile.c3296 if ((*xclass_flags & XCL_MAP) == 0) in compare_opcodes()
5552 *code++ |= XCL_MAP; in compile_branch()
H A Dpcre_jit_compile.c4805 if (cc[-1] & XCL_MAP) in compile_xclass_matchingpath()
4903 if ((cc[-1] & XCL_MAP) != 0) in compile_xclass_matchingpath()
4927 else if ((cc[-1] & XCL_MAP) != 0) in compile_xclass_matchingpath()

Completed in 88 milliseconds