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

/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_service.h87 long orig_offs; /* start of content */ member in struct:__anon5
H A Dbounce_notify_util.c275 bounce_info->orig_offs = 0;
338 &bounce_info->orig_offs);
341 if (bounce_info->orig_offs < 0)
342 bounce_info->orig_offs = 0;
372 bounce_info->orig_offs = vstream_ftell(bounce_info->orig_fp);
448 if (bounce_info->orig_offs > 0
462 bounce_info->orig_offs +
945 if (bounce_info->orig_offs == 0 || vstream_fseek(bounce_info->orig_fp,
946 bounce_info->orig_offs, SEEK_SET) < 0) {

Completed in 180 milliseconds