Searched refs:shouldqueue (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | TRACEFLAGS | 8 3 conf.c getla, shouldqueue
|
| H A D | queue.c | 1796 if (shouldqueue(WkRecipFact, Current_LA_time)) 1806 if (shouldqueue(w->w_pri, w->w_ctime)) 1937 shouldqueue(WkRecipFact, Current_LA_time)) 2931 if ((!doall && (shouldqueue(w->w_pri, w->w_ctime) || 5030 else if (shouldqueue(w->w_pri, w->w_ctime))
|
| H A D | sendmail.h | 2166 extern bool shouldqueue __P((long, time_t));
|
| H A D | conf.c | 2210 shouldqueue(pri, ct) in shouldqueue() function
|
| H A D | srvrsmtp.c | 4324 if (shouldqueue(ee->e_msgpriority, ee->e_ctime))
|
| H A D | deliver.c | 127 shouldqueue(e->e_msgpriority, e->e_ctime))
|