Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmtp.h38 SMTP_UPGRADETLS, /* asynchronously upgrade the connection to SSL/TLS enumerator
Dsmtp.c391 if(smtpc->state != SMTP_UPGRADETLS) in smtp_perform_upgrade_tls()
392 state(conn, SMTP_UPGRADETLS); in smtp_perform_upgrade_tls()
1171 if(smtpc->state == SMTP_UPGRADETLS) in smtp_statemach_act()