Searched refs:orig_fp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util.c307 if ((bounce_info->orig_fp = mail_queue_open(queue_name, queue_id,
322 if (bounce_info->orig_fp != 0) {
323 if (myflock(vstream_fileno(bounce_info->orig_fp), INTERNAL_LOCK,
326 VSTREAM_PATH(bounce_info->orig_fp));
328 (rec_type = rec_get(bounce_info->orig_fp, bounce_info->buf, 0)) > 0;
372 bounce_info->orig_offs = vstream_ftell(bounce_info->orig_fp);
461 if (vstream_fseek(bounce_info->orig_fp,
545 if (bounce_info->orig_fp && vstream_fclose(bounce_info->orig_fp))
910 && bounce_info->orig_fp
[all...]
H A Dbounce_service.h86 VSTREAM *orig_fp; /* open queue file */ member in struct:__anon5

Completed in 196 milliseconds