Searched refs:log_handle (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce_notify_util.c218 BOUNCE_LOG *log_handle)
253 bounce_info->log_handle = log_handle;
366 BOUNCE_LOG *log_handle; local
378 if ((log_handle = bounce_log_open(service, queue_id, O_RDONLY, 0)) == 0) {
389 template, log_handle);
418 if (bounce_info->log_handle) {
419 if (bounce_log_close(bounce_info->log_handle))
572 if (bounce_info->log_handle == 0
573 || bounce_log_rewind(bounce_info->log_handle)) {
210 bounce_mail_alloc(const char *service, const char *queue_name, const char *queue_id, const char *encoding, const char *dsn_envid, RCPT_BUF *rcpt_buf, DSN_BUF *dsn_buf, BOUNCE_TEMPLATE *template, BOUNCE_LOG *log_handle) argument
[all...]
H A Dbounce_service.h85 BOUNCE_LOG *log_handle; /* open logfile */ member in struct:__anon11497
H A Dbounce_notify_verp.c122 if (bounce_info->log_handle == 0) {
147 while (bounce_log_read(bounce_info->log_handle, bounce_info->rcpt_buf,
H A Dbounce_trace_service.c153 if (bounce_info->log_handle == 0) {

Completed in 193 milliseconds