Searched refs:rrcache_tail (Results 1 – 2 of 2) sorted by relevance
3690 if ((*cp)->rrcache_tail != &(*cp)->members) in ReleaseCacheGroup()3778 …if (cg->rrcache_tail != rp) verbosedebugf("CheckCacheExpiration: Updating CacheGroup tail from %p … in CheckCacheExpiration()3779 cg->rrcache_tail = rp; in CheckCacheExpiration()4088 if ((*cp)->rrcache_tail != rp) in GetCacheEntity()4089 …edebugf("GetFreeCacheRR: Updating rrcache_tail[%lu] from %p to %p", slot, (*cp)->rrcache_tail, rp); in GetCacheEntity()4090 (*cp)->rrcache_tail = rp; in GetCacheEntity()4142 cg->rrcache_tail = &cg->members; in GetCacheGroup()6386 *(cg->rrcache_tail) = rr; // Append this record to tail of cache slot list in CreateNewCacheEntry()6387 cg->rrcache_tail = &(rr->next); // Advance tail pointer in CreateNewCacheEntry()11457 cg->rrcache_tail = &cg->members; in mDNS_FinalExit()
1324 CacheRecord **rrcache_tail; // Tail end of that list member