Lines Matching refs:mDNSPlatformOneSecond
4782 resolve->ReportTime = NonZeroTime(mDNS_TimeNow(&mDNSStorage) + 130 * mDNSPlatformOneSecond);
7353 ar->ThisAPInterval / mDNSPlatformOneSecond,
7354 (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond,
7355 ar->expire ? (ar->expire - now) / mDNSPlatformOneSecond : 0,
7365 ar->ThisAPInterval / mDNSPlatformOneSecond,
7366 ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0,
7367 ar->TimeExpire ? (ar->TimeExpire - now) / mDNSPlatformOneSecond : 0,
7534 const mDNSu32 remain = cr->resrec.rroriginalttl - (mDNSu32)((now - cr->TimeRcvd) / mDNSPlatformOneSecond);
7599 mDNSs32 i = q->ThisQInterval / mDNSPlatformOneSecond;
7600 mDNSs32 n = (NextQSendTime(q) - now) / mDNSPlatformOneSecond;
7669 m->retryGetAddr ? (m->retryGetAddr - now) / mDNSPlatformOneSecond : 0,
7670 m->retryIntervalGetAddr / mDNSPlatformOneSecond);
7686 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0,
7687 nat->retryInterval / mDNSPlatformOneSecond,
7688 nat->ExpiryTime ? (nat->ExpiryTime - now) / mDNSPlatformOneSecond : 0,
7981 if (nextevent - now > mDNSPlatformOneSecond)
7982 nextevent = now + mDNSPlatformOneSecond;
7990 else if (now - r->time_blocked >= 10 * mDNSPlatformOneSecond * (r->unresponsiveness_reports+1))
8000 r->sd, r->process_id, r->pid_name, (now - r->time_blocked) / mDNSPlatformOneSecond, num, num == 1 ? "y" : "ies");