Home
last modified time | relevance | path

Searched refs:tabptr (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dhash.c106 Hashentry **tabptr; in hashtabadd() local
117 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()
/netbsd/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddict.c217 struct hashentry **tabptr, *h; in heim_dict_set_value() local
235 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()