Home
last modified time | relevance | path

Searched refs:old_item (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dhash.c131 const void *old_item = slot ? *slot : 0; in hash_insert() local
133 return (void *)((HASH_VACANT (old_item)) ? 0 : old_item); in hash_insert()
139 const void *old_item = *(void **) slot; in hash_insert_at() local
140 if (HASH_VACANT (old_item)) in hash_insert_at()
143 if (old_item == 0) in hash_insert_at()
145 old_item = item; in hash_insert_at()