Searched refs:QUEUESEGSIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/sendmail/src/
H A Dconf.h97 #define QUEUESEGSIZE 1000 /* increment for queue size */ macro
H A Dqueue.c3230 ** Adds another QUEUESEGSIZE entries to WorkList if possible.
3245 (QUEUESEGSIZE + 1));
3246 WorkListSize = QUEUESEGSIZE;
3250 int newsize = WorkListSize + QUEUESEGSIZE;

Completed in 167 milliseconds