Home | History | Annotate | Download | only in t

Lines Matching refs:bloom

29 #include "../lib/bloom.h"
64 static struct bloom *bloom;
247 if (bloom) {
252 r = bloom_set(bloom, items[i].hash, s);
455 bloom = bloom_new(bloom_entries);
530 log_err("\t-B\tUse probabilistic bloom filter\n");
588 if (!bloom)
595 if (bloom)
596 bloom_free(bloom);