HomeSort by: relevance | last modified time | path
    Searched refs:vstream_longjmp (Results 1 - 10 of 10) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_chat.c 235 vstream_longjmp(session->stream, SMTP_ERR_TIME);
237 vstream_longjmp(session->stream, SMTP_ERR_EOF);
317 vstream_longjmp(session->stream, SMTP_ERR_DATA);
smtp_sasl_glue.c 219 vstream_longjmp(session->stream, SMTP_ERR_DATA);
smtp_proto.c 532 vstream_longjmp(session->stream, SMTP_ERR_DATA);
1497 vstream_longjmp(state->session->stream, SMTP_ERR_DATA);
1599 vstream_longjmp(state->session->stream, SMTP_ERR_DATA);
  /src/external/ibm-public/postfix/dist/src/util/
ctable.c 276 vstream_longjmp(VSTREAM_IN, 1);
308 vstream_longjmp(VSTREAM_IN, 1);
vstream.h 259 #define vstream_longjmp(stream, val) longjmp((stream)->jbuf[0], (val)) macro
262 #define vstream_longjmp(stream, val) siglongjmp((stream)->jbuf[0], (val)) macro
netstring.c 125 /* In case of error, a vstream_longjmp() call is performed to the
127 /* Error codes passed along with vstream_longjmp() are:
200 vstream_longjmp(stream, exception);
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_chat.c 304 vstream_longjmp(state->client, SMTP_ERR_TIME);
306 vstream_longjmp(state->client, SMTP_ERR_EOF);
smtpd.c 1925 vstream_longjmp(state->client, SMTP_ERR_DATA);
1934 vstream_longjmp(state->client, SMTP_ERR_DATA);
2042 vstream_longjmp(state->client, SMTP_ERR_DATA);
4966 vstream_longjmp(state->client, SMTP_ERR_NONE);
5377 vstream_longjmp(state->client, SMTP_ERR_QUIET);
5385 vstream_longjmp(state->client, SMTP_ERR_EOF);
6081 vstream_longjmp(state->client, SMTP_ERR_DATA);
smtpd_check.c 2466 vstream_longjmp(state->client, SMTP_ERR_QUIET);
  /src/external/ibm-public/postfix/dist/src/global/
smtp_stream.c 152 /* In case of error, a vstream_longjmp() call is performed to the
157 /* Error codes passed along with vstream_longjmp() are:
260 vstream_longjmp(stream, err);

Completed in 29 milliseconds