Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Dqueue.c1314 if (Queue[qgrp]->qg_queueintvl > 0)
1315 qintvl = Queue[qgrp]->qg_queueintvl;
1345 wgrp, cgrp, qgrp, Queue[qgrp]->qg_queueintvl,
1384 if (Queue[qgrp]->qg_queueintvl > 0) in checkqueuerunner()
1385 qintvl = Queue[qgrp]->qg_queueintvl; in checkqueuerunner()
7368 qg->qg_queueintvl = convtime(p, 'm');
7656 WorkGrp[0].wg_lowqintvl = Queue[0]->qg_queueintvl; in makeworkgroups()
7743 if (Queue[h]->qg_queueintvl > 0 && in makeworkgroups()
7744 WorkGrp[j].wg_lowqintvl < Queue[h]->qg_queueintvl) in makeworkgroups()
7745 WorkGrp[j].wg_lowqintvl = Queue[h]->qg_queueintvl; in makeworkgroups()
H A Dsendmail.h532 time_t qg_queueintvl; /* interval for queue runs */ member