Searched refs:send_state (Results 1 – 2 of 2) sorted by relevance
1465 static int smtp_loop(SMTP_STATE *state, NOCLOBBER int send_state, in smtp_loop() argument1505 (recv_state < send_state || recv_rcpt != send_rcpt) in smtp_loop()1508 (send_state == SMTP_STATE_DOT || send_state == SMTP_STATE_LAST) in smtp_loop()1556 if (send_state < SMTP_STATE_XFORWARD_NAME_ADDR in smtp_loop()1557 || send_state > SMTP_STATE_QUIT) in smtp_loop()1559 myname, send_state, recv_state); in smtp_loop()1560 smtp_stream_setup(session->stream, *xfer_timeouts[send_state], in smtp_loop()1564 send_state); in smtp_loop()1566 xfer_states[send_state]) : -1); in smtp_loop()1577 switch (send_state) { in smtp_loop()[all …]
101 u_char send_state[IOP_MAXCHAN]; /* send channel states */ member