Lines Matching defs:NSECCachePtr
8498 const mDNSu32 slot, CacheGroup *cg, DNSQuestion *unicastQuestion, CacheRecord ***cfp, CacheRecord **NSECCachePtr,
8606 && !(*NSECCachePtr))
8609 *NSECCachePtr = rr;
8755 CacheRecord *NSECCachePtr = mDNSNULL;
9202 rr = mDNSCoreReceiveCacheCheck(m, response, LLQType, slot, cg, unicastQuestion, &cfp, &NSECCachePtr, InterfaceID);
9427 // we rescued a few records earlier in this function, then NSECCachePtr would be set. In that
9431 if (!NSECCachePtr)
9433 LogInfo("mDNSCoreReceiveResponse: Updating NSECCachePtr to %s", CRDisplayString(m, r1));
9434 NSECCachePtr = r1;
9438 if (!AddNSECSForCacheRecord(m, NSECRecords, NSECCachePtr, rcode))
9440 LogInfo("mDNSCoreReceiveResponse: AddNSECSForCacheRecord failed to add NSEC for %s", CRDisplayString(m, NSECCachePtr));
9444 NSECCachePtr = mDNSNULL;
9455 if (NSECRecords && NSECCachePtr)
9457 LogInfo("mDNSCoreReceieveResponse: Updating NSEC records in %s", CRDisplayString(m, NSECCachePtr));
9458 if (!AddNSECSForCacheRecord(m, NSECRecords, NSECCachePtr, rcode))
9460 LogInfo("mDNSCoreReceiveResponse: AddNSECSForCacheRecord failed to add NSEC for %s", CRDisplayString(m, NSECCachePtr));
9464 NSECCachePtr = mDNSNULL;