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

/freebsd-12-stable/crypto/heimdal/base/
H A Ddict.c194 struct hashentry **tabptr, *h; local
212 tabptr = &dict->tab[v % dict->size];
213 h->next = *tabptr;
214 *tabptr = h;
215 h->prev = tabptr;
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dhash.c104 Hashentry **tabptr; local
115 tabptr = &htab->tab[(*htab->hash) (ptr) % htab->sz];
116 h->next = *tabptr;
117 *tabptr = h;
118 h->prev = tabptr;

Completed in 142 milliseconds