Home
last modified time | relevance | path

Searched refs:QueueIntvl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c1074 if (QueueIntvl == 0)
1075 QueueIntvl = 1;
1083 QueueIntvl = convtime(optarg, 'm');
1084 if (QueueIntvl < 0)
1511 if (QueueIntvl == 0)
2173 if (OpMode == MD_QUEUERUN && QueueIntvl == 0)
2313 if (OpMode == MD_DAEMON || QueueIntvl > 0)
2355 if (QueueIntvl > 0)
2361 pintvl(QueueIntvl, true),
2386 if (QueueIntvl > 0)
[all …]
H A Dqueue.c1316 else if (QueueIntvl > 0)
1317 qintvl = QueueIntvl;
1346 QueueIntvl, runall, lastsched,
1386 else if (QueueIntvl > 0) in checkqueuerunner()
1387 qintvl = QueueIntvl; in checkqueuerunner()
2356 sleep(QueueIntvl > 0 ? QueueIntvl : MIN_SLEEP_TIME);
H A Ddaemon.c359 else if (CheckQueueRunners > 0 && QueueIntvl > 0 &&
360 lastrun + QueueIntvl + CheckQueueRunners < now)
725 QueueIntvl = 0;
H A Dsendmail.h1998 EXTERN time_t QueueIntvl; /* intervals between running the queue */ variable