Searched refs:out_code (Results 1 – 1 of 1) sorted by relevance
487 bool ReadSMTPReply(unsigned *out_code, std::string *out_content) { in ReadSMTPReply() argument513 *out_code = code; in ReadSMTPReply()514 } else if (code != *out_code) { in ReadSMTPReply()517 *out_code, static_cast<unsigned>(code)); in ReadSMTPReply()