Home
last modified time | relevance | path

Searched refs:SMTP_ERR_NONE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_stream.h35 #define SMTP_ERR_NONE 4 /* non-error case */ macro
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_proxy.c511 if (err != 0 && err != SMTP_ERR_NONE && proxy == 0) in smtpd_proxy_rdwr_error()
519 case SMTP_ERR_NONE: in smtpd_proxy_rdwr_error()
H A Dsmtpd.c4798 vstream_longjmp(state->client, SMTP_ERR_NONE); in xclient_cmd()
5547 while ((status = vstream_setjmp(state->client)) == SMTP_ERR_NONE) in smtpd_proto()