Home
last modified time | relevance | path

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

/external/curl/lib/
Dpop3.h37 POP3_UPGRADETLS, /* asynchronously upgrade the connection to SSL/TLS enumerator
Dpop3.c399 if(pop3c->state != POP3_UPGRADETLS) in pop3_perform_upgrade_tls()
400 state(conn, POP3_UPGRADETLS); in pop3_perform_upgrade_tls()
976 if(pop3c->state == POP3_UPGRADETLS) in pop3_statemach_act()