Searched refs:rrcache_tail (Results 1 – 2 of 2) sorted by relevance
1677 CacheRecord **rrcache_tail; member1686 CacheRecord **rrcache_tail; // Tail end of that list member
4263 if ((*cp)->rrcache_tail != &(*cp)->members) in ReleaseCacheGroup()4420 …if (cg->rrcache_tail != rp) verbosedebugf("CheckCacheExpiration: Updating CacheGroup tail from %p … in CheckCacheExpiration()4421 cg->rrcache_tail = rp; in CheckCacheExpiration()4792 if ((*cp)->rrcache_tail != rp) in GetCacheEntity()4793 …edebugf("GetFreeCacheRR: Updating rrcache_tail[%lu] from %p to %p", slot, (*cp)->rrcache_tail, rp); in GetCacheEntity()4794 (*cp)->rrcache_tail = rp; in GetCacheEntity()4846 cg->rrcache_tail = &cg->members; in GetCacheGroup()7985 *(cg->rrcache_tail) = rr; // Append this record to tail of cache slot list in CreateNewCacheEntry()7986 cg->rrcache_tail = &(rr->next); // Advance tail pointer in CreateNewCacheEntry()15066 cg->rrcache_tail = &cg->members; in mDNS_FinalExit()