Lines Matching refs:queueid
143 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()
247 if (asprintf(&it->queueid, "%s.%"PRIxPTR, queue->id, (uintptr_t)it) <= 0) in linkspool()
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()
267 it->addr, it->queueid); in linkspool()