Searched defs:qintvl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c1307 time_t qintvl; local
1315 qintvl = Queue[qgrp]->qg_queueintvl;
1317 qintvl = QueueIntvl;
1319 qintvl = (time_t) 0;
1323 if ((runall || Queue[qgrp]->qg_nextrun <= now) && qintvl > 0)
1328 if (minqintvl == 0 || qintvl < minqintvl)
1329 minqintvl = qintvl;
1339 Queue[qgrp]->qg_nextrun += qintvl;
1382 time_t qintvl; local
1385 qintvl
[all...]

Completed in 64 milliseconds