Home
last modified time | relevance | path

Searched refs:vstream_longjmp (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_chat.c235 vstream_longjmp(session->stream, SMTP_ERR_TIME); in smtp_chat_cmd()
237 vstream_longjmp(session->stream, SMTP_ERR_EOF); in smtp_chat_cmd()
317 vstream_longjmp(session->stream, SMTP_ERR_DATA); in smtp_chat_resp()
H A Dsmtp_sasl_glue.c217 vstream_longjmp(session->stream, SMTP_ERR_DATA); in smtp_sasl_passwd_lookup()
H A Dsmtp_proto.c518 vstream_longjmp(session->stream, SMTP_ERR_DATA); in smtp_helo()
1281 vstream_longjmp(state->session->stream, SMTP_ERR_DATA); in smtp_header_rewrite()
1383 vstream_longjmp(state->session->stream, SMTP_ERR_DATA); in smtp_body_rewrite()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_stream.c258 vstream_longjmp(stream, err); in smtp_longjmp()
433 vstream_longjmp(stream, SMTP_ERR_LF); in smtp_get_noexcept()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_chat.c272 vstream_longjmp(state->client, SMTP_ERR_TIME); in vsmtpd_chat_reply()
274 vstream_longjmp(state->client, SMTP_ERR_EOF); in vsmtpd_chat_reply()
H A Dsmtpd.c1841 vstream_longjmp(state->client, SMTP_ERR_DATA); in cant_announce_feature()
1850 vstream_longjmp(state->client, SMTP_ERR_DATA); in cant_permit_command()
1958 vstream_longjmp(state->client, SMTP_ERR_DATA); in ehlo_cmd()
4082 vstream_longjmp(state->client, payload_err); in bdat_cmd()
4798 vstream_longjmp(state->client, SMTP_ERR_NONE); in xclient_cmd()
5208 vstream_longjmp(state->client, SMTP_ERR_QUIET); in smtpd_start_tls()
5216 vstream_longjmp(state->client, SMTP_ERR_EOF); in smtpd_start_tls()
5829 vstream_longjmp(state->client, SMTP_ERR_DATA); in smtpd_proto()
H A Dsmtpd_check.c2451 vstream_longjmp(state->client, SMTP_ERR_QUIET); in check_table_result()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dctable.c276 vstream_longjmp(VSTREAM_IN, 1); in ask()
308 vstream_longjmp(VSTREAM_IN, 1); in main()
H A Dvstream.h258 #define vstream_longjmp(stream, val) longjmp((stream)->jbuf[0], (val)) macro
261 #define vstream_longjmp(stream, val) siglongjmp((stream)->jbuf[0], (val)) macro
H A Dnetstring.c196 vstream_longjmp(stream, exception); in netstring_except()
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY3872 Added vstream_setjmp() and vstream_longjmp() support to