Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:RRTableElem

808 	RRTableElem *ptr, *tmp, **new;
812 new = malloc(sizeof(RRTableElem *) * newnbuckets);
814 mDNSPlatformMemZero(new, newnbuckets * sizeof(RRTableElem *));
837 RRTableElem *ptr;
1146 d->table = malloc(sizeof(RRTableElem *) * LEASETABLE_INIT_NBUCKETS);
1148 mDNSPlatformMemZero(d->table, sizeof(RRTableElem *) * LEASETABLE_INIT_NBUCKETS);
1349 RRTableElem **ptr = &d->table[i];
1354 RRTableElem *fptr;
1376 RRTableElem **rptr, *tmp;
1450 allocsize = sizeof(RRTableElem);