Home
last modified time | relevance | path

Searched refs:bounce_log_read (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dbounce_log.h40 extern BOUNCE_LOG *bounce_log_read(BOUNCE_LOG *, RCPT_BUF *, DSN_BUF *);
H A Dbounce_log.c154 BOUNCE_LOG *bounce_log_read(BOUNCE_LOG *bp, RCPT_BUF *rcpt_buf, in bounce_log_read() function
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util.c724 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf, in bounce_diagnostic_log()
884 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf, in bounce_diagnostic_dsn()
998 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf, in bounce_delrcpt()
H A Dbounce_notify_verp.c153 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf, in bounce_notify_verp()
/netbsd-src/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c319 while (bounce_log_read(bp, rcpt_buf, dsn_buf) != 0) { in showq_reasons()