Searched refs:freeitem (Results 1 – 1 of 1) sorted by relevance
130 hashitem_T *freeitem; in hash_lookup() local150 freeitem = hi; in hash_lookup()154 freeitem = NULL; in hash_lookup()173 return freeitem == NULL ? hi : freeitem; in hash_lookup()178 if (hi->hi_key == HI_KEY_REMOVED && freeitem == NULL) in hash_lookup()179 freeitem = hi; in hash_lookup()