HomeSort by relevance Sort by last modified time
    Searched refs:tls_supported (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
imap.h 79 bool tls_supported; /* StartTLS capability supported by server */ member in struct:imap_conn
pop3.h 72 bool tls_supported; /* StartTLS capability supported by server */ member in struct:pop3_conn
smtp.h 71 bool tls_supported; /* StartTLS capability supported by server */ member in struct:smtp_conn
pop3.c 322 pop3c->tls_supported = FALSE; /* Clear the TLS capability */
675 pop3c->tls_supported = TRUE;
724 if(pop3c->tls_supported)
    [all...]
imap.c 427 imapc->tls_supported = FALSE; /* Clear the TLS capability */
885 imapc->tls_supported = TRUE;
915 if(imapc->tls_supported)
    [all...]
smtp.c 314 smtpc->tls_supported = FALSE; /* Clear the TLS capability */
725 smtpc->tls_supported = TRUE;
774 if(smtpc->tls_supported)
    [all...]

Completed in 177 milliseconds