Searched refs:bitmap (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dbloomfilter.c21 uint8_t *bitmap; member in struct:bloomfilter
78 bf->bitmap = p_malloc(pool, size/CHAR_BIT + 1);
108 p_free(bf->pool, bf->bitmap);
124 if (!BITMAP_HAS_BIT(bf->bitmap, result))
140 BITMAP_SET_BIT(bf->bitmap, result);

Completed in 6 milliseconds