/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mail_queue.c | 206 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 D | mail_open_ok.c | 96 *path = mail_queue_path((VSTRING *) 0, queue_name, queue_id); in mail_open_ok()
|
H A D | mail_queue.h | 62 extern const char *mail_queue_path(VSTRING *, const char *, const char *);
|
H A D | mail_stream.c | 610 (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 D | postsuper.c | 624 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 D | flush.c | 424 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 D | bounce_cleanup.c | 154 (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 D | qmgr_move.c | 78 path = mail_queue_path((VSTRING *) 0, src_queue, queue_id); in qmgr_move()
|
H A D | qmgr_active.c | 163 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 D | qmgr_message.c | 1557 && stat(mail_queue_path((VSTRING *) 0, MAIL_QUEUE_DEFER, in qmgr_message_alloc()
|
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | qmgr_move.c | 78 path = mail_queue_path((VSTRING *) 0, src_queue, queue_id); in qmgr_move()
|
H A D | qmgr_active.c | 163 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 D | qmgr_message.c | 1436 && stat(mail_queue_path((VSTRING *) 0, MAIL_QUEUE_DEFER, in qmgr_message_alloc()
|
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_out_recipient.c | 104 mail_queue_path(cleanup_trace_path, MAIL_QUEUE_TRACE, in cleanup_trace_append()
|