Searched refs:shouldqueue (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | TRACEFLAGS | 8 3 conf.c getla, shouldqueue
|
| H A D | queue.c | 1774 if (shouldqueue(WkRecipFact, Current_LA_time)) 1784 if (shouldqueue(w->w_pri, w->w_ctime)) 1905 shouldqueue(WkRecipFact, Current_LA_time)) 2899 if ((!doall && (shouldqueue(w->w_pri, w->w_ctime) || 4973 else if (shouldqueue(w->w_pri, w->w_ctime))
|
| H A D | sendmail.h | 2136 extern bool shouldqueue __P((long, time_t));
|
| H A D | conf.c | 2145 shouldqueue(pri, ct) in shouldqueue() function
|
| H A D | srvrsmtp.c | 4180 if (shouldqueue(ee->e_msgpriority, ee->e_ctime))
|
| H A D | deliver.c | 118 shouldqueue(e->e_msgpriority, e->e_ctime))
|