tabptr            104 source4/heimdal/lib/asn1/hash.c     Hashentry **tabptr;
tabptr            115 source4/heimdal/lib/asn1/hash.c 	tabptr = &htab->tab[(*htab->hash) (ptr) % htab->sz];
tabptr            116 source4/heimdal/lib/asn1/hash.c 	h->next = *tabptr;
tabptr            117 source4/heimdal/lib/asn1/hash.c 	*tabptr = h;
tabptr            118 source4/heimdal/lib/asn1/hash.c 	h->prev = tabptr;