Searched refs:CacheRecordRmv (Results 1 - 1 of 1) sorted by last modified time

/external/mdnsresponder/mDNSCore/
H A DmDNS.c3606 // CacheRecordRmv is only called from CheckCacheExpiration, which is called from mDNS_Execute.
3607 // Note that CacheRecordRmv is *only* called for records that are referenced by at least one active question.
3612 // Note: CacheRecordRmv calls AnswerCurrentQuestionWithResourceRecord which can call a user callback,
3615 mDNSlocal void CacheRecordRmv(mDNS *const m, CacheRecord *rr) function
3618 LogMsg("CacheRecordRmv ERROR m->CurrentQuestion already set: %##s (%s)",
3633 verbosedebugf("CacheRecordRmv %p %s", rr, CRDisplayString(m, rr));
3642 LogInfo("CacheRecordRmv: Question %p %##s (%s) deliverAddEvents set, DNSServer %#a:%d",
3649 LogMsg("CacheRecordRmv ERROR!!: How can CurrentAnswers already be zero for %p %##s (%s) DNSServer %#a:%d",
3662 LogInfo("CacheRecordRmv: Last answer for %##s (%s) expired from cache; will reconfirm antecedents",
3708 // Note: We want to be careful that we deliver all the CacheRecordRmv call
[all...]

Completed in 133 milliseconds