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 78 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 366 pop3c->tls_supported = FALSE; /* Clear the TLS capability */
719 pop3c->tls_supported = TRUE;
768 if(pop3c->tls_supported)
    [all...]
imap.c 469 imapc->tls_supported = FALSE; /* Clear the TLS capability */
894 imapc->tls_supported = TRUE;
924 if(imapc->tls_supported)
    [all...]
smtp.c 357 smtpc->tls_supported = FALSE; /* Clear the TLS capability */
736 smtpc->tls_supported = TRUE;
785 if(smtpc->tls_supported)
    [all...]

Completed in 350 milliseconds