Lines Matching defs:now

1889                 // If we don't already have this domain in our list for this registration, add it now
2159 // start any registrations right now, subsequent configuration changes may cause successful
2326 // If we don't already have this domain in our list for this browse operation, add it now
2361 // (This should actually no longer be necessary, now that we do the proper cleanup in
2565 // Delete any domains in our old AutoRegistrationDomains list that are now gone
2701 // start any browses right now, subsequent configuration changes may cause successful
4681 // If our header is complete, but we're still needing more body data, then try to read it now
5575 mDNSlocal void LogOneAuthRecord(mDNS *const m, const AuthRecord *ar, mDNSs32 now, const char *const ifname)
5582 (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond,
5583 ar->expire ? (ar->expire - now) / mDNSPlatformOneSecond : 0,
5592 ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0,
5593 ar->TimeExpire ? (ar->TimeExpire - now) / mDNSPlatformOneSecond : 0,
5600 mDNSlocal void LogAuthRecords(mDNS *const m, const mDNSs32 now, AuthRecord *ResourceRecords, int *proxy)
5624 LogOneAuthRecord(m, ar, now, ifname);
5636 LogOneAuthRecord(m, ar, now, ifname);
5644 ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0,
5645 ar->TimeExpire ? (ar->TimeExpire - now) / mDNSPlatformOneSecond : 0,
5771 const mDNSs32 now = mDNS_TimeNow(m);
5780 LogMsgNoIdent("Timenow 0x%08lX (%d)", (mDNSu32)now, now);
5791 const mDNSs32 remain = cr->resrec.rroriginalttl - (now - cr->TimeRcvd) / mDNSPlatformOneSecond;
5811 LogAuthRecords(m, now, m->ResourceRecords, mDNSNULL);
5820 LogAuthRecords(m, now, m->DuplicateRecords, mDNSNULL);
5823 LogAuthRecords(m, now, m->ResourceRecords, &ProxyA);
5826 LogAuthRecords(m, now, m->DuplicateRecords, &ProxyD);
5839 mDNSs32 n = (NextQSendTime(q) - now) / mDNSPlatformOneSecond;
5883 m->retryGetAddr ? (m->retryGetAddr - now) / mDNSPlatformOneSecond : 0,
5900 nat->retryPortMap ? (nat->retryPortMap - now) / mDNSPlatformOneSecond : 0,
5902 nat->ExpiryTime ? (nat->ExpiryTime - now) / mDNSPlatformOneSecond : 0,
5918 (a->deltime ? (a->deltime - now) : 0),
6028 m->NewQuestions->DelayAnswering, m->NewQuestions->DelayAnswering-now,
6051 LogMsgNoIdent("m->timenow %08X %11d", now, now);
6182 mDNSs32 now = mDNS_TimeNow(&mDNSStorage);
6190 if (r->u.resolve.ReportTime && now - r->u.resolve.ReportTime >= 0)
6224 if (nextevent - now > mDNSPlatformOneSecond)
6225 nextevent = now + mDNSPlatformOneSecond;
6230 r->time_blocked = NonZeroTime(now);
6231 else if (now - r->time_blocked >= 10 * mDNSPlatformOneSecond * (r->unresponsiveness_reports+1))
6241 r->sd, r->process_id, r->pid_name, (now - r->time_blocked) / mDNSPlatformOneSecond, num, num == 1 ? "y" : "ies");