Home
last modified time | relevance | path

Searched refs:VSTREAM_PURGE_BOTH (Results 1 – 7 of 7) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/postscreen/
H A Dpostscreen_starttls.c188 vstream_fpurge(smtp_state->smtp_client_stream, VSTREAM_PURGE_BOTH); in psc_starttls_finish()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpstone/
H A Dqmqp-sink.c143 vstream_fpurge(state->stream, VSTREAM_PURGE_BOTH); in read_data()
/dports/mail/postfix-current/postfix-3.7-20211107/src/cleanup/
H A Dcleanup_bounce.c138 (void) vstream_fpurge(state->dst, VSTREAM_PURGE_BOTH); in cleanup_bounce()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvstream.h95 #define VSTREAM_PURGE_BOTH (VSTREAM_PURGE_READ|VSTREAM_PURGE_WRITE) macro
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_proto.c1013 vstream_fpurge(session->stream, VSTREAM_PURGE_BOTH); in smtp_start_tls()
1072 vstream_fpurge(session->stream, VSTREAM_PURGE_BOTH); in smtp_start_tls()
2350 (void) vstream_fpurge(session->stream, VSTREAM_PURGE_BOTH); in smtp_loop()
/dports/mail/postfix-current/postfix-3.7-20211107/src/posttls-finger/
H A Dposttls-finger.c870 vstream_fpurge(state->stream, VSTREAM_PURGE_BOTH); in starttls()
927 (void) vstream_fpurge(stream, VSTREAM_PURGE_BOTH); in starttls()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpd/
H A Dsmtpd.c5309 vstream_fpurge(state->client, VSTREAM_PURGE_BOTH); in starttls_cmd()