Searched defs:now (Results 1 - 17 of 17) sorted by relevance

/sendmail/libmilter/
H A Dmonitor.c83 time_t now, end; local
100 now = time(NULL); \
102 if (now > end) \
105 "WARNING: monitor timeout triggered, now=%ld, end=%ld, tid=%ld, state=0x%x",\
106 (long) now, (long) end, \
H A Dworker.c382 time_t now; local
391 now = time(NULL);
394 if (lastcheck + DT_CHECK_OLD_SESSIONS < now)
405 ctx->ctx_wait = now;
407 < now)
425 lastcheck = now;
452 ctx->ctx_wait = now;
505 WAITFN, now, nfd));
/sendmail/libsm/
H A Dclock.c95 auto struct timeval now, nowi, ival; local
98 auto time_t now, nowi; local
110 (void) gettimeofday(&now, NULL);
111 nowi = now;
112 timeradd(&now, &ival, &nowi);
114 now = time(NULL);
115 nowi = now + (time_t)(intvl / 1000);
166 timersub(&SmEventQueue->ev_time, &now, &itime.it_value);
175 intvl = SmEventQueue->ev_time - now;
218 /* now remov
327 struct timeval now; local
329 register time_t now; local
[all...]
/sendmail/sendmail/
H A Dstab.c361 time_t now; local
363 now = curtime();
373 if (s->s_hostsig.hs_exp >= now)
379 if (s->s_namecanon.nc_exp >= now)
H A Dtimers.c103 struct timeval now; local
105 if (getrusage(RUSAGE_SELF, &ru) < 0 || gettimeofday(&now, NULL) < 0)
107 ptimer->ti_wall_sec = now.tv_sec;
108 ptimer->ti_wall_usec = now.tv_usec;
182 /* now add the timer to the stack */
H A Denvelope.c189 time_t now; local
232 now = curtime();
233 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass])
236 now >= e->e_ctime + e->e_deliver_by &&
345 now >= e->e_ctime +
350 now >= e->e_ctime + e->e_deliver_by)
591 /* now unlock the job */
612 /* now unlock the job */
830 auto time_t now; local
834 now
[all...]
H A Dratectrl.c102 time_t now; local
106 now = time(NULL);
112 totalrate = total_rate(now, e == NULL);
118 clientrate = client_rate(now, hostaddr, e == NULL);
209 ** now - current time in secs
222 client_rate(now, saddr, update)
223 time_t now;
241 ticks = now / ChtGran;
339 if (coll && (now - chBest->ch_LTime < CollTime))
390 chBest->ch_LTime = now;
[all...]
H A Dsfsasl.c303 ** Hack (for now): simply reduce the size, callers are (must be)
588 time_t now = curtime(); local
608 left = timeout - (now - tlsstart);
H A Dmci.c129 time_t now; local
148 now = curtime();
158 if ((mci->mci_lastuse + MciCacheTimeout <= now ||
412 time_t now = curtime(); local
415 if (mci->mci_lastuse + MciInfoTimeout <= now)
417 mci->mci_lastuse = now;
633 ** amount of space we can stop right now. The check will not
H A Ddaemon.c215 time_t now; local
231 now = curtime();
232 if (now < Daemons[idx].d_refuse_connections_until)
246 Daemons[idx].d_refuse_connections_until = now + 15;
355 lastrun = now;
360 lastrun + QueueIntvl + CheckQueueRunners < now)
371 lastrun = now;
600 RAND_seed((void *) &now, sizeof(now));
970 time_t now; local
3929 time_t now; local
[all...]
H A Ddeliver.c337 ** want to make connections now, just mark these
496 time_t now; local
501 now = curtime();
504 e->e_dtime = now;
509 ee->e_dtime = now;
545 ** If we belong in background, fork now.
604 /* now drop the envelope in the parent */
631 ** close the maps now so the child will dynamically open
814 ** Don't attempt deliveries if we want to bounce now
865 /* now unloc
4239 time_t now = curtime(); local
5703 time_t now; local
[all...]
H A Dmilter.c321 time_t now; local
323 now = curtime();
324 if (now - readstart >= to)
340 to -= now - readstart;
341 readstart = now;
437 time_t now; local
439 now = curtime();
440 if (now - readstart >= to)
452 to -= now - readstart;
1258 /* now sca
[all...]
H A Dconf.c433 ** we need something to point to now for the mailer setup,
954 time_t now = curtime(); local
959 if ((now - servicecachetime) > (time_t) ServiceCacheMaxAge)
970 servicecachetime = now;
2187 ** (for now).
2218 time_t now; local
2220 now = curtime();
2223 if (now != lastconn[dn])
2225 lastconn[dn] = now;
2242 else if (now !
2265 time_t now; local
2295 time_t now; local
[all...]
H A Dqueue.c80 #define SM_GET_LA(now) \
83 now = curtime(); \
84 if (Current_LA_time < now - GET_NEW_LA_TIME) \
87 Current_LA_time = now; \
236 /* first entry is a tag, for now just the size */
1293 time_t now; local
1301 now = curtime();
1322 if ((runall || Queue[qgrp]->qg_nextrun <= now) && qintvl > 0)
1375 time_t now, minqintvl; local
1377 now
1676 time_t now; local
1889 time_t now; local
4179 time_t now; local
6502 time_t now; local
7053 time_t now; local
[all...]
/sendmail/mailstats/
H A Dmailstats.c63 time_t now; local
279 (void) time(&now);
281 (long) stats.stat_itime, (long) now);
/sendmail/vacation/
H A Dvacation.c451 time_t now; local
453 (void) time(&now);
454 setreply(From, now);
/sendmail/mail.local/
H A Dmail.local.c1166 ** open() was successful, now close it so can
1492 time_t now; local
1495 (void) time(&now);
1496 if (now > start + LOCKTO_GLOB)
1520 (void) time(&now);
1521 if (now < st.st_ctime + LOCKTO_RM)

Completed in 385 milliseconds