Home
last modified time | relevance | path

Searched refs:out_code (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/tool/
Dtransport_common.cc487 bool ReadSMTPReply(unsigned *out_code, std::string *out_content) { in ReadSMTPReply() argument
513 *out_code = code; in ReadSMTPReply()
514 } else if (code != *out_code) { in ReadSMTPReply()
517 *out_code, static_cast<unsigned>(code)); in ReadSMTPReply()