Searched refs:CacheRecordDeferredAdd (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c3365 if (rr->DelayDelivery) return; // We'll come back later when CacheRecordDeferredAdd() calls us
3399 // CacheRecordAdd/CacheRecordDeferredAdd will take care of adding the cache and delivering the ADD
3468 mDNSlocal void CacheRecordDeferredAdd(mDNS *const m, CacheRecord *rr) function
3472 LogMsg("CacheRecordDeferredAdd ERROR m->CurrentQuestion already set: %##s (%s)",
3709 // CacheRecordDeferredAdd calls. The in-order nature of the cache lists ensures that all
3755 if (rr->DelayDelivery) CacheRecordDeferredAdd(m, rr);
3801 // Also, CheckCacheExpiration() calls CacheRecordDeferredAdd() and CacheRecordRmv(), which invoke
3810 // We can't use the usual m->CurrentQuestion mechanism for this because CacheRecordDeferredAdd() and
6924 // Below, where we walk the CacheFlushRecords list, we either call CacheRecordDeferredAdd()
7042 if (!r1->DelayDelivery) CacheRecordDeferredAdd(
[all...]

Completed in 189 milliseconds