Searched defs:hash_table_create_direct (Results 1 - 2 of 2) sorted by relevance
| /dovecot/src/lib/ |
| H A D | hash.h | 51 void hash_table_create_direct(struct hash_table **table_r, pool_t node_pool, 54 # define hash_table_create_direct(table, pool, size) \ macro 58 hash_table_create_direct(&(*table)._table, pool, size);}) 60 # define hash_table_create_direct(table, pool, size) \ macro 61 hash_table_create_direct(&(*table)._table, pool, size)
|
| H A D | hash.c | 14 #undef hash_table_create_direct macro 94 void hash_table_create_direct(struct hash_table **table_r, pool_t node_pool, function
|
Completed in 13 milliseconds