Searched refs:queueid (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/dma/ |
| H A D | spool.c | 141 it->queueid, in writequeuef() 161 char *queueid = NULL, *sender = NULL, *addr = NULL; in readqueuef() local 190 queueid = s; in readqueuef() 202 if (queueid == NULL || sender == NULL || addr == NULL || in readqueuef() 203 *queueid == 0 || *addr == 0) { in readqueuef() 215 it->queueid = queueid; queueid = NULL; in readqueuef() 222 if (queueid != NULL) in readqueuef() 223 free(queueid); in readqueuef() 247 if (asprintf(&it->queuefn, "%s/Q%s", config.spooldir, it->queueid) <= 0) in linkspool() 249 if (asprintf(&it->mailfn, "%s/M%s", config.spooldir, it->queueid) <= 0) in linkspool() [all …]
|
| H A D | dma.c | 285 setlogident("%s", it->queueid); in go_background() 403 it->queueid, in show_queue()
|
| H A D | dma.h | 114 char *queueid; member
|