Lines Matching defs:hash
9 #include "hash.h"
41 HASH_TABLE(struct mail_duplicate *, struct mail_duplicate *) hash;
71 /* a char* hash function from ASU -- from glib */
144 hash_table_update(file->hash, d, d);
151 if (hash_table_count(file->hash) *
220 hash_table_create(&file->hash, pool, 0, mail_duplicate_hash, mail_duplicate_cmp);
234 hash_table_destroy(&file->hash);
255 return hash_table_lookup(db->file->hash, &d) != NULL;
283 hash_table_update(db->file->hash, d, d);
311 iter = hash_table_iterate_init(file->hash);
312 while (hash_table_iterate(iter, file->hash, &d, &d)) {