Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c2578 Queue[qgrp]->qg_qpaths[qdir].qp_name,
5435 Queue[qg]->qg_qpaths[qd].qp_name,
5925 QPATHS *qp = &qg->qg_qpaths[i];
6196 qg->qg_qpaths = NULL;
6362 if (qg->qg_qpaths == NULL)
6365 qg->qg_qpaths = (QPATHS *)xalloc((sizeof(*qg->qg_qpaths)) *
6371 qg->qg_qpaths = (QPATHS *)sm_realloc((char *)qg->qg_qpaths,
6372 (sizeof(*qg->qg_qpaths)) *
6375 if (qg->qg_qpaths == NULL)
6425 qg->qg_qpaths = (QPATHS *) xalloc(sizeof(*qg->qg_qpaths));
[all …]
H A Dsendmail.h738 QPATHS *qg_qpaths; /* list of queue directories */ member