Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c1361 time_t qintvl; local
1369 qintvl = Queue[qgrp]->qg_queueintvl;
1371 qintvl = QueueIntvl;
1373 qintvl = (time_t) 0;
1383 minqintvl = qintvl;
1393 Queue[qgrp]->qg_nextrun += qintvl;
1437 time_t qintvl; in checkqueuerunner() local
1442 qintvl = QueueIntvl; in checkqueuerunner()
1444 qintvl = (time_t) 0; in checkqueuerunner()
1448 minqintvl = qintvl; in checkqueuerunner()
[all …]