Home
last modified time | relevance | path

Searched refs:mail_queue_open (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/discard/
Ddiscard.c173 src = mail_queue_open(request->queue_name, request->queue_id, in deliver_message()
/netbsd/src/external/ibm-public/postfix/dist/src/error/
Derror.c181 src = mail_queue_open(request->queue_name, request->queue_id, in deliver_message()
/netbsd/src/external/ibm-public/postfix/dist/src/bounce/
Dbounce_append_service.c81 log = mail_queue_open(service, queue_id, in bounce_append_service()
Dbounce_notify_util.c307 if ((bounce_info->orig_fp = mail_queue_open(queue_name, queue_id, in bounce_mail_alloc()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmail_queue.h58 extern struct VSTREAM *mail_queue_open(const char *, const char *, int, mode_t);
Dbounce_log.c135 if ((fp = mail_queue_open(queue_name, queue_id, flags, mode)) == 0) { in bounce_log_open()
Dmail_queue.c426 VSTREAM *mail_queue_open(const char *queue_name, const char *queue_id, in mail_queue_open() function
Ddeliver_request.c357 mail_queue_open(request->queue_name, request->queue_id, O_RDWR, 0); in deliver_request_get()
/netbsd/src/external/ibm-public/postfix/dist/src/flush/
Dflush.c348 if ((log = mail_queue_open(MAIL_QUEUE_FLUSH, path, in flush_add_path()
517 if ((log = mail_queue_open(MAIL_QUEUE_FLUSH, path, O_RDWR, 0600)) == 0) { in flush_send_path()
/netbsd/src/external/ibm-public/postfix/dist/src/showq/
Dshowq.c400 if ((qfile = mail_queue_open(qp->name, id, O_RDONLY, 0)) != 0) { in showq_service()
/netbsd/src/external/ibm-public/postfix/dist/src/postcat/
Dpostcat.c585 fp = mail_queue_open(*cpp, argv[optind], O_RDONLY, 0); in main()
/netbsd/src/external/ibm-public/postfix/dist/src/oqmgr/
Dqmgr_message.c234 if ((message->fp = mail_queue_open(message->queue_name, in qmgr_message_open()
/netbsd/src/external/ibm-public/postfix/dist/src/qmgr/
Dqmgr_message.c249 if ((message->fp = mail_queue_open(message->queue_name, in qmgr_message_open()