Searched refs:thi (Results 1 – 1 of 1) sorted by relevance
701 hash_item *hi, *thi; in hash_clear() local706 thi = hi; in hash_clear()709 free(thi->data.v.string); in hash_clear()710 free(thi); in hash_clear()749 hash_item **newitems, *hi, *thi; in hash_rebuild() local760 thi = hi; in hash_rebuild()761 hi = thi->next; in hash_rebuild()762 idx = hashidx(thi->name) % newsize; in hash_rebuild()763 thi->next = newitems[idx]; in hash_rebuild()764 newitems[idx] = thi; in hash_rebuild()