HomeSort by: relevance | last modified time | path
    Searched refs:bounce_log_read (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
bounce_log.h 40 extern BOUNCE_LOG *bounce_log_read(BOUNCE_LOG *, RCPT_BUF *, DSN_BUF *);
bounce_log.c 23 /* 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
  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_verp.c 153 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
bounce_notify_util.c 641 * Mask control and non-ASCII characters (done in bounce_log_read()),
684 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
842 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
956 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
  /src/external/ibm-public/postfix/dist/src/showq/
showq.c 354 while (bounce_log_read(bp, rcpt_buf, dsn_buf) != 0) {

Completed in 17 milliseconds