Home | History | Annotate | Download | only in unittests

Lines Matching refs:cr

13 	const CacheRecord *cr;
22 for (cr = cg->members; cr; cr=cr->next)
24 const mDNSs32 remain = cr->resrec.rroriginalttl - (now - cr->TimeRcvd) / mDNSPlatformOneSecond;
26 mDNSInterfaceID InterfaceID = cr->resrec.InterfaceID;
27 if (!InterfaceID && cr->resrec.rDNSServer && (cr->resrec.rDNSServer->scopeType != kScopeNone))
28 InterfaceID = cr->resrec.rDNSServer->interface;
30 if (cr->CRActiveQuestion) CacheActive++;
31 PrintOneCacheRecordToFD(STDOUT_FILENO, cr, slot, remain, ifname, &CacheUsed);
32 PrintCachedRecordsToFD(STDOUT_FILENO, cr, slot, remain, ifname, &CacheUsed);