Searched defs:hash_table_create (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dhash.h21 void hash_table_create(struct hash_table **table_r, pool_t node_pool,
26 # define hash_table_create(table, pool, size, hash_cb, key_cmp_cb) \ macro
40 hash_table_create(&(*table)._table, pool, size, \
44 # define hash_table_create(table, pool, size, hash_cb, key_cmp_cb) \ macro
45 hash_table_create(&(*table)._table, pool, size, \
H A Dhash.c13 #undef hash_table_create macro
63 void hash_table_create(struct hash_table **table_r, pool_t node_pool, function
97 hash_table_create(table_r, node_pool, initial_size,

Completed in 19 milliseconds