Home
last modified time | relevance | path

Searched refs:vstream_feof (Results 1 – 10 of 10) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dsmtp_stream.c344 if (vstream_feof(stream) || vstream_ferror(stream)) in smtp_fgetc()
367 if (vstream_feof(stream) || vstream_ferror(stream)) in smtp_get()
438 && vstream_feof(stream) == 0 && vstream_ferror(stream) == 0) in smtp_get_noexcept()
H A Dcompat_level.c354 while (!vstream_feof(VSTREAM_IN)) { in test_expand()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpd/
H A Dsmtpd_proxy.c560 || vstream_feof(smtpd_proxy_replay_stream) in smtpd_proxy_replay_send()
661 || vstream_feof(smtpd_proxy_replay_stream)) in smtpd_proxy_save_cmd()
705 || vstream_feof(proxy->service_stream) in smtpd_proxy_cmd()
863 if (vstream_ferror(stream) || vstream_feof(stream) in smtpd_proxy_rec_put()
929 if (vstream_ferror(stream) || vstream_feof(stream) in smtpd_proxy_rec_fprintf()
1087 if (vstream_feof(proxy->service_stream) == 0 in smtpd_proxy_close()
H A Dsmtpd.c4045 } else if (!vstream_feof(state->bdat_get_stream)) { in bdat_cmd()
4080 } while (!vstream_feof(state->bdat_get_stream)); in bdat_cmd()
5339 if (vstream_feof(state->client) || vstream_ferror(state->client)) in tls_reset()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Drecv_pass_attr.c81 || vstream_feof(fp) || vstream_ferror(fp)); in recv_pass_attr()
H A Dvstream.h126 #define vstream_feof(vp) vbuf_eof(&(vp)->buf) macro
H A Dmac_expand.c803 while (!vstream_feof(VSTREAM_IN)) { in main()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_connect.c424 && vstream_feof(session->stream) == 0) { in smtp_cleanup_session()
570 && vstream_feof(session->stream) == 0) in smtp_connect_local()
1042 && vstream_feof(session->stream) == 0) in smtp_connect_inet()
H A Dsmtp_proto.c2474 && vstream_feof(session->stream) == 0) in smtp_xfer()
/dports/mail/postfix-current/postfix-3.7-20211107/src/bounce/
H A Dbounce_templates.c308 if (vstream_feof(fp)) in bounce_templates_load()