Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dtransport_common.cc806 bool ReadSMTPReply(unsigned *out_code, std::string *out_content) { in ReadSMTPReply() argument
807 out_content->clear(); in ReadSMTPReply()
842 *out_content += line.substr(4, std::string::npos); in ReadSMTPReply()
846 *out_content += line.substr(4, std::string::npos); in ReadSMTPReply()
847 out_content->push_back('\n'); in ReadSMTPReply()