Home
last modified time | relevance | path

Searched refs:ReadSMTPReply (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() function in SocketLineReader
892 if (!line_reader.ReadSMTPReply(&code_220, &reply_220)) { in DoSMTPStartTLS()
909 if (!line_reader.ReadSMTPReply(&code_250, &reply_250)) { in DoSMTPStartTLS()
929 if (!line_reader.ReadSMTPReply(&code_220, &reply_220)) { in DoSMTPStartTLS()