Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmtp.h71 bool tls_supported; /* StartTLS capability supported by server */ member
Dimap.h78 bool tls_supported; /* StartTLS capability supported by server */ member
Dpop3.h72 bool tls_supported; /* StartTLS capability supported by server */ member
Dpop3.c354 pop3c->tls_supported = FALSE; /* Clear the TLS capability */ in pop3_perform_capa()
707 pop3c->tls_supported = TRUE; in pop3_state_capa_resp()
756 if(pop3c->tls_supported) in pop3_state_capa_resp()
Dsmtp.c353 smtpc->tls_supported = FALSE; /* Clear the TLS capability */ in smtp_perform_ehlo()
732 smtpc->tls_supported = TRUE; in smtp_state_ehlo_resp()
781 if(smtpc->tls_supported) in smtp_state_ehlo_resp()
Dimap.c465 imapc->tls_supported = FALSE; /* Clear the TLS capability */ in imap_perform_capability()
890 imapc->tls_supported = TRUE; in imap_state_capability_resp()
920 if(imapc->tls_supported) in imap_state_capability_resp()