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

/netbsd-current/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.c23 /* BOUNCE_LOG *bounce_log_read(bp, rcpt, dsn)
44 /* bounce_log_read() reads the next record from the bounce or defer
48 /* bounce_log_read() returns a null pointer when no recipient was read,
152 /* bounce_log_read - read one record from bounce log file */
154 BOUNCE_LOG *bounce_log_read(BOUNCE_LOG *bp, RCPT_BUF *rcpt_buf, function
/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_verp.c153 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
H A Dbounce_notify_util.c681 * Mask control and non-ASCII characters (done in bounce_log_read()),
724 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
884 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
998 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
/netbsd-current/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c319 while (bounce_log_read(bp, rcpt_buf, dsn_buf) != 0) {

Completed in 208 milliseconds