Home
last modified time | relevance | path

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

/freebsd/contrib/dma/
H A Dspool.c143 it->queueid, in writequeuef()
163 char *queueid = NULL, *sender = NULL, *addr = NULL; in readqueuef() local
192 queueid = s; in readqueuef()
204 if (queueid == NULL || sender == NULL || addr == NULL || in readqueuef()
205 *queueid == 0 || *addr == 0) { in readqueuef()
217 it->queueid = queueid; queueid = NULL; in readqueuef()
224 if (queueid != NULL) in readqueuef()
225 free(queueid); in readqueuef()
249 if (asprintf(&it->queuefn, "%s/Q%s", config.spooldir, it->queueid) <= 0) in linkspool()
251 if (asprintf(&it->mailfn, "%s/M%s", config.spooldir, it->queueid) <= 0) in linkspool()
[all …]
H A Ddma.c285 setlogident("%s", it->queueid); in go_background()
403 it->queueid, in show_queue()
H A Ddma.h115 char *queueid; member