Searched refs:RRTableElem (Results 1 – 2 of 2) sorted by relevance
62 typedef struct RRTableElem struct64 struct RRTableElem *next; argument70 } RRTableElem; argument139 RRTableElem **table; // hashtable for records with leases
808 RRTableElem *ptr, *tmp, **new; in RehashTable()812 new = malloc(sizeof(RRTableElem *) * newnbuckets); in RehashTable()814 mDNSPlatformMemZero(new, newnbuckets * sizeof(RRTableElem *)); in RehashTable()837 RRTableElem *ptr; in PrintLeaseTable()1146 d->table = malloc(sizeof(RRTableElem *) * LEASETABLE_INIT_NBUCKETS); in InitLeaseTable()1148 mDNSPlatformMemZero(d->table, sizeof(RRTableElem *) * LEASETABLE_INIT_NBUCKETS); in InitLeaseTable()1349 RRTableElem **ptr = &d->table[i]; in DeleteRecords()1354 RRTableElem *fptr; in DeleteRecords()1376 RRTableElem **rptr, *tmp; in UpdateLeaseTable()1450 allocsize = sizeof(RRTableElem); in UpdateLeaseTable()