Searched refs:QUEUEGRP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h217 typedef struct queuegrp QUEUEGRP; typedef in typeref:struct:queuegrp
1470 QUEUEGRP *sv_queue; /* pointer to queue */
2004 EXTERN QUEUEGRP *Queue[MAXQUEUEGROUPS + 1]; /* queue groups */
2021 extern void set_def_queueval __P((QUEUEGRP *, bool));
2585 extern int pickqdir __P((QUEUEGRP *qg, long fsize, ENVELOPE *e));
H A Dqueue.c112 QUEUEGRP **wg_qgs; /* array of queue groups */
136 static int multiqueue_cache __P((char *, int, QUEUEGRP *, int, unsigned int *));
5750 QUEUEGRP *qg;
6024 QUEUEGRP *qg;
7249 QUEUEGRP *qg;
7293 register QUEUEGRP *qg;
7299 qg = (QUEUEGRP *) xalloc(sizeof(*qg));
7641 WorkGrp[0].wg_qgs = (QUEUEGRP **) xalloc(sizeof(QUEUEGRP *));
7708 WorkGrp[j].wg_qgs = (QUEUEGRP **)sm_mallo
[all...]

Completed in 67 milliseconds