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
Dpop3.h72 bool tls_supported; /* StartTLS capability supported by server */ member
Dimap.h80 bool tls_supported; /* StartTLS capability supported by server */ member
Dpop3.c322 pop3c->tls_supported = FALSE; /* Clear the TLS capability */ in pop3_perform_capa()
682 pop3c->tls_supported = TRUE; in pop3_state_capa_resp()
732 if(pop3c->tls_supported) in pop3_state_capa_resp()
Dsmtp.c318 smtpc->tls_supported = FALSE; /* Clear the TLS capability */ in smtp_perform_ehlo()
728 smtpc->tls_supported = TRUE; in smtp_state_ehlo_resp()
778 if(smtpc->tls_supported) in smtp_state_ehlo_resp()
Dimap.c427 imapc->tls_supported = FALSE; /* Clear the TLS capability */ in imap_perform_capability()
898 imapc->tls_supported = TRUE; in imap_state_capability_resp()
928 if(imapc->tls_supported) in imap_state_capability_resp()