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

/dovecot/src/lib/
H A Dhash.h105 void hash_table_insert(struct hash_table *table, void *key, void *value);
106 /* If the key doesn't exists, do the exact same as hash_table_insert()
109 #define hash_table_insert(table, key, value) \ macro
110 hash_table_insert((table)._table, \
H A Dhash.c19 #undef hash_table_insert macro
295 void hash_table_insert(struct hash_table *table, void *key, void *value) function
510 hash_table_insert(dest, key, value);

Completed in 18 milliseconds