Searched refs:SmtpMsgBuffer (Results 1 – 1 of 1) sorted by relevance
42 static char SmtpMsgBuffer[MAXLINE]; /* buffer for commands */ variable122 SmtpMsgBuffer[0] = '\0';3210 if (SmtpMsgBuffer[0] != '\0')3211 what = SmtpMsgBuffer;3252 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)3278 if (strncmp(SmtpMsgBuffer, "QUIT", 4) == 0)3340 (bufp[0] == '5' && strncmp(SmtpMsgBuffer, "EHLO", 4) != 0)))3352 if (SmtpMsgBuffer[0] != '\0')3361 : SmtpMsgBuffer));3362 SmtpMsgBuffer[0] = '\0';[all …]