Home | History | Annotate | Download | only in mDNSCore

Lines Matching defs:tail

289 		*(ag->rrauth_tail) = rr;				// Append this record to tail of cache slot list
290 ag->rrauth_tail = &(rr->next); // Advance tail pointer
311 // We don't break here, so that we can set the tail below without tracking "prev" pointers
3778 if (cg->rrcache_tail != rp) verbosedebugf("CheckCacheExpiration: Updating CacheGroup tail from %p to %p", cg->rrcache_tail, rp);
4296 AuthRecord *head, *tail;
4394 head = tail = mDNSNULL;
4428 head = tail = rr;
4432 tail->next = rr;
4433 tail = rr;
6386 *(cg->rrcache_tail) = rr; // Append this record to tail of cache slot list
6387 cg->rrcache_tail = &(rr->next); // Advance tail pointer