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

/dovecot/src/lib/
H A Dhash.h77 void *hash_table_lookup(const struct hash_table *table, const void *key) ATTR_PURE;
78 #define hash_table_lookup(table, key) \ macro
79 HASH_VALUE_CAST(table)hash_table_lookup((table)._table, \
H A Dhash.c17 #undef hash_table_lookup macro
188 void *hash_table_lookup(const struct hash_table *table, const void *key) function

Completed in 36 milliseconds