Lines Matching defs:NSECCachePtr
8497 const mDNSu32 slot, CacheGroup *cg, DNSQuestion *unicastQuestion, CacheRecord ***cfp, CacheRecord **NSECCachePtr,
8605 && !(*NSECCachePtr))
8608 *NSECCachePtr = rr;
8735 CacheRecord *NSECCachePtr = mDNSNULL;
9186 rr = mDNSCoreReceiveCacheCheck(m, response, LLQType, slot, cg, unicastQuestion, &cfp, &NSECCachePtr, InterfaceID);
9397 // we rescued a few records earlier in this function, then NSECCachePtr would be set. In that
9401 if (!NSECCachePtr)
9403 LogInfo("mDNSCoreReceiveResponse: Updating NSECCachePtr to %s", CRDisplayString(m, r1));
9404 NSECCachePtr = r1;
9408 if (!AddNSECSForCacheRecord(m, NSECRecords, NSECCachePtr, rcode))
9410 LogInfo("mDNSCoreReceiveResponse: AddNSECSForCacheRecord failed to add NSEC for %s", CRDisplayString(m, NSECCachePtr));
9414 NSECCachePtr = mDNSNULL;
9425 if (NSECRecords && NSECCachePtr)
9427 LogInfo("mDNSCoreReceieveResponse: Updating NSEC records in %s", CRDisplayString(m, NSECCachePtr));
9428 if (!AddNSECSForCacheRecord(m, NSECRecords, NSECCachePtr, rcode))
9430 LogInfo("mDNSCoreReceiveResponse: AddNSECSForCacheRecord failed to add NSEC for %s", CRDisplayString(m, NSECCachePtr));
9434 NSECCachePtr = mDNSNULL;