Searched refs:old_item (Results 1 – 1 of 1) sorted by relevance
131 const void *old_item = slot ? *slot : 0; in hash_insert() local133 return (void *)((HASH_VACANT (old_item)) ? 0 : old_item); in hash_insert()139 const void *old_item = *(void **) slot; in hash_insert_at() local140 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()