Searched defs:slot (Results 1 – 2 of 2) sorted by relevance
88 void **slot; in hash_find_slot() local123 void **slot = hash_find_slot (ht, key); in hash_find_item() local130 void **slot = hash_find_slot (ht, item); in hash_insert() local137 hash_insert_at (struct hash_table *ht, const void *item, const void *slot) in hash_insert_at()160 void **slot = hash_find_slot (ht, item); in hash_delete() local165 hash_delete_at (struct hash_table *ht, const void *slot) in hash_delete_at()226 void **slot; in hash_map() local239 void **slot; in hash_map_arg() local270 void **slot = hash_find_slot (ht, *ovp); in hash_rehash() local298 void **slot; in hash_dump() local
121 char **slot = (char **) hash_find_slot (&strings, str); in add_hash() local