Searched refs:SMTP_ERR_NONE (Results 1 – 3 of 3) sorted by relevance
35 #define SMTP_ERR_NONE 4 /* non-error case */ macro
511 if (err != 0 && err != SMTP_ERR_NONE && proxy == 0) in smtpd_proxy_rdwr_error()519 case SMTP_ERR_NONE: in smtpd_proxy_rdwr_error()
4798 vstream_longjmp(state->client, SMTP_ERR_NONE); in xclient_cmd()5547 while ((status = vstream_setjmp(state->client)) == SMTP_ERR_NONE) in smtpd_proto()