Searched refs:qgrp (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/sendmail/src/
H A Dcontrol.c361 int qgrp; local
366 qgrp = e->e_qgrp;
367 if (!ISVALIDQGRP(qgrp))
368 qgrp = 0;
369 free = freediskspace(Queue[qgrp]->qg_qdir, &bsize);
H A Dqueue.c51 /* Naming convention: qgrp: index of queue group, qg: QUEUEGROUP */
1308 int qgrp, cgrp, endgrp; local
1332 qgrp = WorkGrp[wgrp].wg_qgs[cgrp]->qg_index;
1333 if (Queue[qgrp]->qg_queueintvl > 0)
1334 qintvl = Queue[qgrp]->qg_queueintvl;
1340 lastsched = Queue[qgrp]->qg_nextrun;
1342 if ((runall || Queue[qgrp]->qg_nextrun <= now) && qintvl > 0)
1358 Queue[qgrp]->qg_nextrun += qintvl;
1363 "sqr: wgrp=%d, cgrp=%d, qgrp=%d, intvl=%ld, QI=%ld, runall=%d, lastrun=%ld, nextrun=%ld, sched=%d",
1364 wgrp, cgrp, qgrp,
1395 int qgrp; local
1919 int qgrp, endgrp, h, i; local
4246 int qgrp, qdir; local
9050 int qgrp; local
[all...]
H A Dmain.c171 int qgrp = NOQGRP; /* queue group to process */ local
1952 /* Convert queuegroup string to qgrp number */
1955 qgrp = name2qid(queuegroup);
1956 if (qgrp == NOQGRP)
1992 if (qgrp != NOQGRP)
1995 for (j = 0; j < Queue[qgrp]->qg_numqueues; j++)
1999 (void) print_single_queue(qgrp, j);
2032 quarantine_queue(quarantining, qgrp);
2234 if (qgrp != NOQGRP)
2247 Queue[qgrp]
[all...]
H A Dsrvrsmtp.c3488 int i, qgrp; local
3491 qgrp = name2qid(id);
3492 if (!ISVALIDQGRP(qgrp))
3501 Queue[qgrp]->qg_nextrun = 0;
3502 ok = run_work_group(Queue[qgrp]->qg_wgrp,

Completed in 85 milliseconds