Searched refs:bitset (Results 1 – 2 of 2) sorted by relevance
2597 static BOOL is_char7_bitset(const pcre_uint8 *bitset, BOOL nclass) in is_char7_bitset() argument2602 const pcre_uint8 *end = bitset + 32; in is_char7_bitset()2604 bitset += 16; in is_char7_bitset()2607 if (*bitset++ != value) in is_char7_bitset()2610 while (bitset < end); in is_char7_bitset()
1050 2004/01/13: [impl] remove head byte bitset information in cclass->mbuf.
Completed in 31 milliseconds