Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dhash.c88 void **slot; in hash_find_slot() local
123 void **slot = hash_find_slot (ht, key); in hash_find_item() local
130 void **slot = hash_find_slot (ht, item); in hash_insert() local
137 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() local
165 hash_delete_at (struct hash_table *ht, const void *slot) in hash_delete_at()
226 void **slot; in hash_map() local
239 void **slot; in hash_map_arg() local
270 void **slot = hash_find_slot (ht, *ovp); in hash_rehash() local
298 void **slot; in hash_dump() local
Dstrcache.c121 char **slot = (char **) hash_find_slot (&strings, str); in add_hash() local