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.c367 if(pop3c->state != POP3_UPGRADETLS) in pop3_perform_upgrade_tls()
368 state(conn, POP3_UPGRADETLS); in pop3_perform_upgrade_tls()
952 if(pop3c->state == POP3_UPGRADETLS) in pop3_statemach_act()