Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dtransport_common.cc571 unsigned code_220 = 0; in DoSMTPStartTLS() local
573 if (!line_reader.ReadSMTPReply(&code_220, &reply_220)) { in DoSMTPStartTLS()
577 if (code_220 != 220) { in DoSMTPStartTLS()
579 code_220); in DoSMTPStartTLS()
610 if (!line_reader.ReadSMTPReply(&code_220, &reply_220)) { in DoSMTPStartTLS()
614 if (code_220 != 220) { in DoSMTPStartTLS()
618 code_220); in DoSMTPStartTLS()