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/
H A Ddiscard.c173 src = mail_queue_open(request->queue_name, request->queue_id, in deliver_message()
/netbsd-src/external/ibm-public/postfix/dist/src/error/
H A Derror.c181 src = mail_queue_open(request->queue_name, request->queue_id, in deliver_message()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_append_service.c81 log = mail_queue_open(service, queue_id, in bounce_append_service()
H A 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/
H A Dmail_queue.h58 extern struct VSTREAM *mail_queue_open(const char *, const char *, int, mode_t);
H A Dbounce_log.c135 if ((fp = mail_queue_open(queue_name, queue_id, flags, mode)) == 0) { in bounce_log_open()
H A Dmail_queue.c426 VSTREAM *mail_queue_open(const char *queue_name, const char *queue_id, in mail_queue_open() function
H A Ddeliver_request.c353 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/
H A 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/
H A 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/
H A Dpostcat.c571 fp = mail_queue_open(*cpp, argv[optind], O_RDONLY, 0); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c230 if ((message->fp = mail_queue_open(message->queue_name, in qmgr_message_open()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c245 if ((message->fp = mail_queue_open(message->queue_name, in qmgr_message_open()