Searched refs:e_ctime (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c107 e->e_ctime = curtime();
233 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass])
236 now >= e->e_ctime + e->e_deliver_by &&
343 now >= e->e_ctime +
348 now >= e->e_ctime + e->e_deliver_by)
554 pintvl(curtime() - e->e_ctime, true),
763 e->e_ctime = curtime();
H A Dsavemail.c819 arpadate(ctime(&e->e_parent->e_ctime)));
1102 arpadate(ctime(&e->e_parent->e_ctime)));
1111 dbyd = e->e_parent->e_ctime + e->e_parent->e_deliver_by;
1297 xdate = e->e_parent->e_ctime +
H A Ddeliver.c117 shouldqueue(e->e_msgpriority, e->e_ctime))
820 curtime() > e->e_ctime + e->e_deliver_by)))
2923 e->e_deliver_by - (curtime() - e->e_ctime) <
2929 e->e_deliver_by - (curtime() - e->e_ctime),
4253 pintvl(now - e->e_ctime, true));
4414 pintvl(now - e->e_ctime, true));
H A Dsendmail.h866 time_t e_ctime; /* time message appeared in the queue */ member in struct:envelope
H A Dusersmtp.c2132 dby = e->e_deliver_by - (curtime() - e->e_ctime);
H A Dqueue.c613 (void) sm_io_fprintf(tfp, SM_TIME_DEFAULT, "T%ld\n", (long) e->e_ctime);
4446 e->e_ctime = atol(&bp[1]);
H A Dconf.c320 e->e_ctime = curtime();
H A Dsrvrsmtp.c3794 if (shouldqueue(ee->e_msgpriority, ee->e_ctime))

Completed in 129 milliseconds