Home
last modified time | relevance | path

Searched refs:out_content (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
488 out_content->clear(); in ReadSMTPReply()
523 *out_content += line.substr(4, std::string::npos); in ReadSMTPReply()
527 *out_content += line.substr(4, std::string::npos); in ReadSMTPReply()
528 out_content->push_back('\n'); in ReadSMTPReply()