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

/dovecot/src/lib/
H A Dhash.h73 void hash_table_clear(struct hash_table *table, bool free_collisions);
74 #define hash_table_clear(table, free_collisions) \ macro
75 hash_table_clear((table)._table, free_collisions)
H A Dhash.c16 #undef hash_table_clear macro
150 void hash_table_clear(struct hash_table *table, bool free_nodes) function
/dovecot/src/lib-storage/
H A Dmailbox-guid-cache.c55 hash_table_clear(list->guid_cache, TRUE);
/dovecot/src/replication/aggregator/
H A Dreplicator-connection.c189 hash_table_clear(conn->requests, TRUE);
/dovecot/src/lib-master/
H A Dmaster-login-auth.c106 hash_table_clear(auth->requests, FALSE);
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-keywords.c106 hash_table_clear(mk->hash, TRUE);
H A Dmaildir-uidlist.c316 hash_table_clear(uidlist->files, FALSE);
/dovecot/src/plugins/acl/
H A Dacl-cache.c187 hash_table_clear(cache->objects, FALSE);
/dovecot/src/auth/
H A Dauth-cache.c266 hash_table_clear(cache->hash, FALSE);
/dovecot/src/lib-auth/
H A Dauth-server-connection.c338 hash_table_clear(conn->requests, FALSE);
/dovecot/src/lib-dict/
H A Ddict-file.c177 hash_table_clear(dict->hash, TRUE);
/dovecot/src/doveadm/dsync/
H A Ddsync-brain.c242 hash_table_clear(brain->mailbox_states, FALSE);

Completed in 33 milliseconds