Lines Matching refs:SmtpPhase
172 SmtpPhase = mci->mci_phase = "client greeting";
211 SmtpPhase = mci->mci_phase = "client LHLO";
217 SmtpPhase = mci->mci_phase = "client EHLO";
222 SmtpPhase = mci->mci_phase = "client HELO";
2297 SmtpPhase = mci->mci_phase = "client MAIL";
2524 SmtpPhase = mci->mci_phase = "client RCPT";
2731 SmtpPhase = mci->mci_phase = "client DATA 354";
2851 SmtpPhase = mci->mci_phase = "client DATA status";
2882 SmtpPhase = mci->mci_phase = "idle";
3024 SmtpPhase = "client QUIT";
3097 SmtpPhase = "client RSET";
3146 SmtpPhase = "client probe";
3212 else if (SmtpPhase != NULL && SmtpPhase[0] != '\0')
3213 what = SmtpPhase;
3268 p = sfgets(bufp, MAXLINE, mci->mci_in, timeout, SmtpPhase);
3326 CURHOSTNAME, SmtpPhase);