Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:rrauth_tail

174 	if ((*cp)->rrauth_tail != &(*cp)->members)
175 LogMsg("ERROR: (*cp)->members == mDNSNULL but (*cp)->rrauth_tail != &(*cp)->members)");
260 ag->rrauth_tail = &ag->members;
289 *(ag->rrauth_tail) = rr; // Append this record to tail of cache slot list
290 ag->rrauth_tail = &(rr->next); // Advance tail pointer
318 (*ag)->rrauth_tail = rp;