Searched refs:XCL_MAP (Results 1 – 9 of 9) sorted by relevance
86 if ((*data & XCL_MAP) == 0) return negated; in PRIV()89 if ((*data & XCL_MAP) != 0 && in PRIV()98 if ((*data++ & XCL_MAP) != 0) data += 32 / sizeof(pcre_uchar); in PRIV()
303 if ((*ptr & XCL_MAP) != 0) in pcre_pattern_to_host_byte_order()
1321 if ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0 && (tcode[1 + LINK_SIZE] & XCL_NOT) != 0) in set_start_bits()1346 if ((tcode[1 + LINK_SIZE] & XCL_MAP) != 0) in set_start_bits()
657 printmap = (*ccode & XCL_MAP) != 0; in pcre_printint()
339 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
1825 #define XCL_MAP 0x02 /* Flag: a 32-byte map is present */ macro
2663 if ((op & XCL_MAP) != 0) in regexflip8_or_16()2759 if ((op & XCL_MAP) != 0) in regexflip_32()
3298 if ((*xclass_flags & XCL_MAP) == 0) in compare_opcodes()5554 *code++ |= XCL_MAP; in compile_branch()
4805 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()