Home
last modified time | relevance | path

Searched refs:mail_queue_path (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_queue.c206 const char *mail_queue_path(VSTRING *buf, const char *queue_name, in mail_queue_path() function
260 error = sane_rename(mail_queue_path(old_buf, old_queue, queue_id), in mail_queue_rename()
261 mail_queue_path(new_buf, new_queue, queue_id)); in mail_queue_rename()
278 return (REMOVE(mail_queue_path((VSTRING *) 0, queue_name, queue_id))); in mail_queue_remove()
405 mail_queue_path(path_buf, queue_name, STR(id_buf)); in mail_queue_enter()
429 const char *path = mail_queue_path((VSTRING *) 0, queue_name, queue_id); in mail_queue_open()
H A Dmail_open_ok.c96 *path = mail_queue_path((VSTRING *) 0, queue_name, queue_id); in mail_open_ok()
H A Dmail_queue.h62 extern const char *mail_queue_path(VSTRING *, const char *, const char *);
H A Dmail_stream.c610 (void) mail_queue_path(new_path, new_queue, info->id); in mail_stream_ctl()
/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A Dpostsuper.c624 postremove(mail_queue_path(log_path_buf, *log_qpp, queue_id)); in delete_one()
671 (void) mail_queue_path(new_path_buf, MAIL_QUEUE_MAILDROP, queue_id); in requeue_one()
725 (void) mail_queue_path(new_path_buf, MAIL_QUEUE_HOLD, queue_id); in hold_one()
766 (void) mail_queue_path(new_path_buf, MAIL_QUEUE_DEFERRED, queue_id); in release_one()
877 mail_queue_path(old_path, *log_qpp, actual_id); in fix_queue_id()
878 mail_queue_path(new_path, *log_qpp, STR(new_id)); in fix_queue_id()
887 mail_queue_path(new_path, actual_queue, STR(new_id)); in fix_queue_id()
1075 (void) mail_queue_path(wanted_path, queue_name, path); in super()
1142 (void) mail_queue_path(wanted_path, MAIL_QUEUE_MAILDROP, path); in super()
1180 (void) mail_queue_path(wanted_path, MAIL_QUEUE_HOLD, path); in super()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/flush/
H A Dflush.c424 path = mail_queue_path(queue_file, queue_name, queue_id); in flush_one_file()
454 path = mail_queue_path(queue_file, queue_name, queue_id)) { in flush_one_file()
665 mail_queue_path(path, MAIL_QUEUE_FLUSH, site_path); in flush_refresh_service()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_cleanup.c154 (void) mail_queue_path(bounce_cleanup_path, service, queue_id); in bounce_cleanup_register()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_move.c78 path = mail_queue_path((VSTRING *) 0, src_queue, queue_id); in qmgr_move()
H A Dqmgr_active.c163 path = mail_queue_path((VSTRING *) 0, queue_name, queue_id); in qmgr_active_defer()
299 if (stat(mail_queue_path((VSTRING *) 0, MAIL_QUEUE_BOUNCE, message->queue_id), &st) == 0) { in qmgr_active_done()
H A Dqmgr_message.c1557 && stat(mail_queue_path((VSTRING *) 0, MAIL_QUEUE_DEFER, in qmgr_message_alloc()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_move.c78 path = mail_queue_path((VSTRING *) 0, src_queue, queue_id); in qmgr_move()
H A Dqmgr_active.c163 path = mail_queue_path((VSTRING *) 0, queue_name, queue_id); in qmgr_active_defer()
299 if (stat(mail_queue_path((VSTRING *) 0, MAIL_QUEUE_BOUNCE, message->queue_id), &st) == 0) { in qmgr_active_done()
H A Dqmgr_message.c1436 && stat(mail_queue_path((VSTRING *) 0, MAIL_QUEUE_DEFER, in qmgr_message_alloc()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_out_recipient.c104 mail_queue_path(cleanup_trace_path, MAIL_QUEUE_TRACE, in cleanup_trace_append()