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

  /src/external/ibm-public/postfix/dist/src/smtpstone/
smtp-source.c 560 if ((except = vstream_setjmp(session->stream)) != 0)
593 if ((except = vstream_setjmp(session->stream)) != 0)
616 if ((except = vstream_setjmp(session->stream)) != 0)
643 if ((except = vstream_setjmp(session->stream)) != 0)
665 if ((except = vstream_setjmp(session->stream)) != 0)
695 if ((except = vstream_setjmp(session->stream)) != 0)
725 if ((except = vstream_setjmp(session->stream)) != 0)
761 if ((except = vstream_setjmp(session->stream)) != 0)
784 if ((except = vstream_setjmp(session->stream)) != 0)
827 if ((except = vstream_setjmp(session->stream)) != 0
    [all...]
qmqp-sink.c 161 switch (vstream_setjmp(state->stream)) {
qmqp-source.c 387 if ((except = vstream_setjmp(session->stream)) != 0)
420 if ((except = vstream_setjmp(session->stream)) != 0)
smtp-sink.c 866 switch (vstream_setjmp(state->stream)) {
1273 * handlers with vstream_setjmp(). Guarding the input operations in the
1279 switch (vstream_setjmp(state->stream)) {
1403 * exceptions with vstream_setjmp().
1405 switch (vstream_setjmp(state->stream)) {
  /src/external/ibm-public/postfix/dist/src/util/
vstream.h 258 #define vstream_setjmp(stream) setjmp((stream)->jbuf[0]) macro
261 #define vstream_setjmp(stream) sigsetjmp((stream)->jbuf[0], 1) macro
ctable.c 303 if (vstream_setjmp(VSTREAM_IN) == 0) {
dict_sockmap.c 206 if ((netstring_err = vstream_setjmp(fp)) == 0) {
netstring.c 126 /* caller-provided context specified with vstream_setjmp().
505 if ((err = vstream_setjmp(child_stream)) == 0) {
  /src/external/ibm-public/postfix/dist/src/qmqpd/
qmqpd.c 689 switch (status = vstream_setjmp(state->client)) {
704 if (vstream_setjmp(state->client) == 0)
712 if (vstream_setjmp(state->client) == 0)
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_proxy.c 717 || (err = vstream_setjmp(proxy->service_stream)) != 0) {
900 || (err = vstream_setjmp(stream)) != 0) {
970 || (err = vstream_setjmp(stream)) != 0) {
smtpd.c 5795 while ((status = vstream_setjmp(state->client)) == SMTP_ERR_NONE)
5807 if (vstream_setjmp(state->client) == 0)
5825 if (vstream_setjmp(state->client) == 0)
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_proto.c 359 if ((except = vstream_setjmp(state->session->stream)) != 0)
816 if ((except = vstream_setjmp(state->session->stream)) != 0)
1778 if ((except = vstream_setjmp(session->stream)) != 0) {
2192 if (vstream_setjmp(session->stream) != 0)
2196 if ((except = vstream_setjmp(session->stream)) != 0)
2527 if ((except = vstream_setjmp(session->stream)) == 0) {
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 640 if ((except = vstream_setjmp(stream)) != 0) {
675 if ((except = vstream_setjmp(stream)) != 0) {
763 if ((except = vstream_setjmp(stream)) != 0) {
1021 if ((except = vstream_setjmp(stream)) != 0) {

Completed in 63 milliseconds