Lines Matching refs:items
171 struct hash_item_s **items; member
693 newhash->items = xzalloc(FIRST_PRIME * sizeof(newhash->items[0])); in hash_init()
704 hi = hash->items[i]; in hash_clear()
712 hash->items[i] = NULL; in hash_clear()
721 free(hash->items);
731 hi = hash->items[idx % hash->csize]; in hash_search3()
758 hi = hash->items[i]; in hash_rebuild()
768 free(hash->items); in hash_rebuild()
770 hash->items = newitems; in hash_rebuild()
791 hi->next = hash->items[idx]; in hash_find()
792 hash->items[idx] = hi; in hash_find()
807 phi = &hash->items[hashidx(name) % hash->csize]; in hash_remove()
1821 free(p->x.array->items); in nvfree()
2181 hi = array->items[i]; in hashwalk_init()
3548 hi = fdhash->items[i]; in awk_exit()
3662 free(fnhash->items); in awk_main()