Searched refs:REPLYTYPE (Results 1 – 5 of 5) sorted by relevance
147 if (REPLYTYPE(r) == 4)149 if (REPLYTYPE(r) != 2)203 else if (REPLYTYPE(r) == 5)214 else if (REPLYTYPE(r) != 2)1828 if (REPLYTYPE(smtpresult) == 5)1830 if (REPLYTYPE(smtpresult) != 3)2234 else if (REPLYTYPE(r) == 4)2240 else if (REPLYTYPE(r) == 2)2267 else if (REPLYTYPE(r) == 5)2480 if (r < 0 || REPLYTYPE(r) == 4)[all …]
1589 if (REPLYTYPE(smtpstat) == 2)1591 if (REPLYTYPE(smtpstat) == 4)
4255 replycode[0] == DIG2CHAR(REPLYTYPE(e->e_rcode))))4257 replycode[0] = DIG2CHAR(REPLYTYPE(e->e_rcode));
2639 #define REPLYTYPE(r) ((r) / 100) /* first digit of reply code */ macro
6464 if (REPLYTYPE(smtpresult) == 4)6472 if (REPLYTYPE(smtpresult) == 5)