Searched refs:ht_hash (Results 1 – 3 of 3) sorted by relevance
34 static int ht_hash(int);44 ht_hash(int a) in ht_hash() function71 x = ht_hash(key); in ht_insert()131 x = ht_hash(key); in ht_search()211 x = ht_hash(key); in ht_remove()
113 ht->ht_hash = ht_default_hash; in ht_create_table()261 h_index = handle->ht_hash(handle, key); in ht_add_item()323 h_index = handle->ht_hash(handle, key); in ht_remove_item()386 h_index = handle->ht_hash(handle, key); in ht_find_item()
119 size_t (*ht_hash)(struct ht_handle *handle, const char *key); member