Searched refs:tabptr (Results 1 – 2 of 2) sorted by relevance
106 Hashentry **tabptr; in hashtabadd() local117 tabptr = &htab->tab[(*htab->hash) (ptr) % htab->sz]; in hashtabadd()118 h->next = *tabptr; in hashtabadd()119 *tabptr = h; in hashtabadd()120 h->prev = tabptr; in hashtabadd()
217 struct hashentry **tabptr, *h; in heim_dict_set_value() local235 tabptr = &dict->tab[v % dict->size]; in heim_dict_set_value()236 h->next = *tabptr; in heim_dict_set_value()237 *tabptr = h; in heim_dict_set_value()238 h->prev = tabptr; in heim_dict_set_value()