Searched refs:bounce_log_read (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | bounce_log.h | 40 extern BOUNCE_LOG *bounce_log_read(BOUNCE_LOG *, RCPT_BUF *, DSN_BUF *);
|
H A D | bounce_log.c | 154 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 D | bounce_notify_util.c | 724 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 D | bounce_notify_verp.c | 153 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 D | showq.c | 319 while (bounce_log_read(bp, rcpt_buf, dsn_buf) != 0) { in showq_reasons()
|