Searched refs:hash_table_clear (Results 1 - 12 of 12) sorted by relevance
/dovecot/src/lib/ |
H A D | hash.h | 73 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 D | hash.c | 16 #undef hash_table_clear macro 150 void hash_table_clear(struct hash_table *table, bool free_nodes) function
|
/dovecot/src/lib-storage/ |
H A D | mailbox-guid-cache.c | 55 hash_table_clear(list->guid_cache, TRUE);
|
/dovecot/src/replication/aggregator/ |
H A D | replicator-connection.c | 189 hash_table_clear(conn->requests, TRUE);
|
/dovecot/src/lib-master/ |
H A D | master-login-auth.c | 106 hash_table_clear(auth->requests, FALSE);
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-keywords.c | 106 hash_table_clear(mk->hash, TRUE);
|
H A D | maildir-uidlist.c | 316 hash_table_clear(uidlist->files, FALSE);
|
/dovecot/src/plugins/acl/ |
H A D | acl-cache.c | 187 hash_table_clear(cache->objects, FALSE);
|
/dovecot/src/auth/ |
H A D | auth-cache.c | 266 hash_table_clear(cache->hash, FALSE);
|
/dovecot/src/lib-auth/ |
H A D | auth-server-connection.c | 338 hash_table_clear(conn->requests, FALSE);
|
/dovecot/src/lib-dict/ |
H A D | dict-file.c | 177 hash_table_clear(dict->hash, TRUE);
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-brain.c | 242 hash_table_clear(brain->mailbox_states, FALSE);
|
Completed in 25 milliseconds