Searched refs:vstream_longjmp (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A D | smtp_chat.c | 235 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 D | smtp_sasl_glue.c | 217 vstream_longjmp(session->stream, SMTP_ERR_DATA); in smtp_sasl_passwd_lookup()
|
| H A D | smtp_proto.c | 518 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 D | smtp_stream.c | 258 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 D | smtpd_chat.c | 272 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 D | smtpd.c | 1841 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 D | smtpd_check.c | 2451 vstream_longjmp(state->client, SMTP_ERR_QUIET); in check_table_result()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | ctable.c | 276 vstream_longjmp(VSTREAM_IN, 1); in ask() 308 vstream_longjmp(VSTREAM_IN, 1); in main()
|
| H A D | vstream.h | 258 #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 D | netstring.c | 196 vstream_longjmp(stream, exception); in netstring_except()
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | HISTORY | 3872 Added vstream_setjmp() and vstream_longjmp() support to
|