Searched refs:mail_queue_path (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_queue.h61 extern const char *mail_queue_path(VSTRING *, const char *, const char *);
H A Dmail_open_ok.c95 *path = mail_queue_path((VSTRING *) 0, queue_name, queue_id);
H A Dmail_queue.c27 /* char *mail_queue_path(buf, queue_name, queue_id)
72 /* mail_queue_path() returns the pathname of the specified queue
92 /* Panic: invalid queue name or id given to mail_queue_path(),
195 /* mail_queue_path - map mail queue id to path name */
197 const char *mail_queue_path(VSTRING *buf, const char *queue_name, function
251 error = sane_rename(mail_queue_path(old_buf, old_queue, queue_id),
252 mail_queue_path(new_buf, new_queue, queue_id));
269 return (REMOVE(mail_queue_path((VSTRING *) 0, queue_name, queue_id)));
383 mail_queue_path(path_buf, queue_name, STR(id_buf));
407 const char *path = mail_queue_path((VSTRIN
[all...]
H A Dmail_stream.c600 (void) mail_queue_path(new_path, new_queue, info->id);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_cleanup.c154 (void) mail_queue_path(bounce_cleanup_path, service, queue_id);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c462 postremove(mail_queue_path(log_path_buf, *log_qpp, queue_id));
509 (void) mail_queue_path(new_path_buf, MAIL_QUEUE_MAILDROP, queue_id);
563 (void) mail_queue_path(new_path_buf, MAIL_QUEUE_HOLD, queue_id);
604 (void) mail_queue_path(new_path_buf, MAIL_QUEUE_DEFERRED, queue_id);
655 mail_queue_path(old_path, *log_qpp, actual_id);
656 mail_queue_path(new_path, *log_qpp, STR(new_id));
665 mail_queue_path(new_path, actual_queue, STR(new_id));
841 (void) mail_queue_path(wanted_path, queue_name, path);
900 (void) mail_queue_path(wanted_path, MAIL_QUEUE_MAILDROP, path);
920 (void) mail_queue_path(wanted_pat
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_move.c78 path = mail_queue_path((VSTRING *) 0, src_queue, queue_id);
H A Dqmgr_active.c156 path = mail_queue_path((VSTRING *) 0, queue_name, queue_id);
287 if (stat(mail_queue_path((VSTRING *) 0, MAIL_QUEUE_BOUNCE, message->queue_id), &st) == 0) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_move.c78 path = mail_queue_path((VSTRING *) 0, src_queue, queue_id);
H A Dqmgr_active.c156 path = mail_queue_path((VSTRING *) 0, queue_name, queue_id);
287 if (stat(mail_queue_path((VSTRING *) 0, MAIL_QUEUE_BOUNCE, message->queue_id), &st) == 0) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out_recipient.c98 mail_queue_path(cleanup_trace_path, MAIL_QUEUE_TRACE,
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/flush/
H A Dflush.c406 path = mail_queue_path(queue_file, queue_name, queue_id);
436 path = mail_queue_path(queue_file, queue_name, queue_id)) {
647 mail_queue_path(path, MAIL_QUEUE_FLUSH, site_path);

Completed in 192 milliseconds