Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dtransport_common.cc890 unsigned code_220 = 0; in DoSMTPStartTLS() local
892 if (!line_reader.ReadSMTPReply(&code_220, &reply_220)) { in DoSMTPStartTLS()
896 if (code_220 != 220) { in DoSMTPStartTLS()
898 code_220); in DoSMTPStartTLS()
929 if (!line_reader.ReadSMTPReply(&code_220, &reply_220)) { in DoSMTPStartTLS()
933 if (code_220 != 220) { in DoSMTPStartTLS()
937 code_220); in DoSMTPStartTLS()