Home | History | Annotate | Download | only in dist

Lines Matching refs:pcre_uint8

593 set_table_bit(pcre_uint8
681 set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit,
723 set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit,
760 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf,
1299 pcre_uint8 *map;
1305 map = (pcre_uint8 *)(tcode + 1 + LINK_SIZE + 1);
1312 map = (pcre_uint8 *)tcode;
1421 pcre_uint8 start_bits[32];
1424 const pcre_uint8 *tables;
1493 memset(start_bits, 0, 32 * sizeof(pcre_uint8));
1553 else memset(study->start_bits, 0, 32 * sizeof(pcre_uint8));
1558 pcre_uint8 *ptr = start_bits;