HomeSort by: relevance | last modified time | path
    Searched defs:smtp_loop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_proto.c 1540 /* smtp_loop - exercise the SMTP protocol engine */
1542 static int smtp_loop(SMTP_STATE *state, NOCLOBBER int send_state, function
1545 const char *myname = "smtp_loop";
1620 * 2) smtp_loop() never invokes smtp_chat_cmd() without making sure that
1623 * 3) smtp_loop() flushes the output buffer to avoid server timeouts.
2562 result = smtp_loop(state, send_state, recv_state);
2582 return (smtp_loop(state, SMTP_STATE_RSET, SMTP_STATE_RSET));
2594 return (smtp_loop(state, SMTP_STATE_QUIT, var_skip_quit_resp ?
smtp_proto.c 1540 /* smtp_loop - exercise the SMTP protocol engine */
1542 static int smtp_loop(SMTP_STATE *state, NOCLOBBER int send_state, function
1545 const char *myname = "smtp_loop";
1620 * 2) smtp_loop() never invokes smtp_chat_cmd() without making sure that
1623 * 3) smtp_loop() flushes the output buffer to avoid server timeouts.
2562 result = smtp_loop(state, send_state, recv_state);
2582 return (smtp_loop(state, SMTP_STATE_RSET, SMTP_STATE_RSET));
2594 return (smtp_loop(state, SMTP_STATE_QUIT, var_skip_quit_resp ?

Completed in 176 milliseconds