Home
last modified time | relevance | path

Searched refs:vstream_ferror (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_stream.c315 err = vstream_ferror(stream); in smtp_vprintf()
354 if (vstream_feof(stream) || vstream_ferror(stream)) in smtp_fgetc()
377 if (vstream_feof(stream) || vstream_ferror(stream)) in smtp_get()
451 && vstream_feof(stream) == 0 && vstream_ferror(stream) == 0) in smtp_get_noexcept()
H A Dpost_mail.c469 if (vstream_ferror(cleanup) != 0) { in post_mail_fclose()
498 if (vstream_ferror(state->stream) != 0 in post_mail_fclose_event()
543 if (vstream_ferror(stream) != 0) { in post_mail_fclose_async()
H A Dmail_copy.c248 if (vstream_ferror(dst) == 0) { in mail_copy()
273 read_error = vstream_ferror(src); in mail_copy()
H A Drec_streamlf.c110 return (vstream_ferror(stream) ? REC_TYPE_EOF : type); in rec_streamlf_put()
H A Dmemcache_proto.c177 if (vstream_ferror(stream)) in memcache_vprintf()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_util.c632 return (vstream_ferror(bounce)); in bounce_header()
644 return (vstream_ferror(bounce)); in bounce_boilerplate()
696 return (vstream_ferror(bounce)); in bounce_recipient_log()
734 return (vstream_ferror(bounce) ? -1 : count); in bounce_diagnostic_log()
791 return (vstream_ferror(bounce)); in bounce_header_dsn()
859 return (vstream_ferror(bounce)); in bounce_recipient_dsn()
894 return (vstream_ferror(bounce) ? -1 : count); in bounce_diagnostic_dsn()
948 return (vstream_ferror(bounce)); in bounce_original()
H A Dbounce.c601 if (status || vstream_ferror(client)) in bounce_service()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_proxy.c561 if (vstream_ferror(smtpd_proxy_replay_stream) in smtpd_proxy_replay_send()
662 if (vstream_ferror(smtpd_proxy_replay_stream) in smtpd_proxy_save_cmd()
706 if (vstream_ferror(proxy->service_stream) in smtpd_proxy_cmd()
865 if (vstream_ferror(stream) || vstream_feof(stream) in smtpd_proxy_rec_put()
931 if (vstream_ferror(stream) || vstream_feof(stream) in smtpd_proxy_rec_fprintf()
1090 && vstream_ferror(proxy->service_stream) == 0) in smtpd_proxy_close()
1127 if (vstream_ferror(smtpd_proxy_replay_stream)) { in smtpd_proxy_free()
H A Dsmtpd_chat.c273 if (vstream_ferror(state->client)) in vsmtpd_chat_reply()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Drecv_pass_attr.c83 || vstream_feof(fp) || vstream_ferror(fp)); in recv_pass_attr()
H A Dload_file.c73 if (vstream_ferror(fp) || vstream_fclose(fp)) in load_file()
H A Dattr_print_plain.c198 return (vstream_ferror(fp)); in attr_vprint_plain()
H A Dattr_print0.c202 return (vstream_ferror(fp)); in attr_vprint0()
H A Dattr_print64.c243 return (vstream_ferror(fp)); in attr_vprint64()
H A Dvstream.h127 #define vstream_ferror(vp) vbuf_error(&(vp)->buf) macro
H A Ddict.c465 if (vstream_ferror(fp) || vstream_fclose(fp)) in dict_load_file_xt()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dforward.c262 return (vstream_ferror(info->cleanup)); in forward_append()
293 if ((status = vstream_ferror(info->cleanup)) == 0) in forward_send()
H A Dtoken.c216 if (vstream_ferror(fp)) { in deliver_token_stream()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_clnt.c209 if (vstream_ferror(tlsproxy_stream) != 0) { in tls_proxy_open()
/netbsd-src/external/ibm-public/postfix/dist/src/postqueue/
H A Dshowq_json.c218 && vstream_ferror(VSTREAM_OUT) == 0) { in showq_json()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_connect.c440 && vstream_ferror(session->stream) == 0 in smtp_cleanup_session()
586 && vstream_ferror(session->stream) == 0 in smtp_connect_local()
1108 && vstream_ferror(session->stream) == 0 in smtp_connect_inet()
H A Dsmtp_chat.c236 if (vstream_ferror(session->stream)) in smtp_chat_cmd()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_bounce.c139 if (vstream_ferror(state->dst) || vstream_fflush(state->dst)) { in cleanup_bounce()
/netbsd-src/external/ibm-public/postfix/dist/src/showq/
H A Dshowq.c207 while (!vstream_ferror(client) && (rec_type = rec_get(qfile, buf, 0)) > 0) { in showq_report()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c592 if (vstream_ferror(state->dump_file)) in mail_file_finish()
944 if (vstream_ferror(state->dump_file)) in data_read()

12