Home
last modified time | relevance | path

Searched refs:PROTOPT_SSL (Results 1 – 13 of 13) sorted by relevance

/external/curl/lib/
Dopenldap.c136 PROTOPT_SSL /* flags */
221 if(conn->handler->flags & PROTOPT_SSL) in ldap_connect()
245 if(conn->handler->flags & PROTOPT_SSL) { in ldap_connect()
266 if(conn->handler->flags & PROTOPT_SSL) { in ldap_connecting()
Dldap.c173 PROTOPT_SSL /* flags */
297 if(conn->given->flags & PROTOPT_SSL) in Curl_ldap()
Dhttp.c154 PROTOPT_SSL | PROTOPT_CREDSPERREQUEST | PROTOPT_ALPN_NPN /* flags */
1181 if((conn->handler->flags & PROTOPT_SSL || in Curl_add_buffer_send()
1537 DEBUGASSERT((conn) && (conn->handler->flags & PROTOPT_SSL)); in https_connecting()
1551 if(conn->handler->flags & PROTOPT_SSL) in https_getsock()
2586 if(!(conn->handler->flags&PROTOPT_SSL) && in Curl_http()
4022 ((conn->handler->flags & PROTOPT_SSL) || in Curl_http_readwrite_headers()
Dsmb.c117 PROTOPT_SSL /* flags */
652 if((conn->handler->flags & PROTOPT_SSL)) { in smb_connection_state()
Dpop3.c158 PROTOPT_CLOSEACTION | PROTOPT_SSL
1022 if((conn->handler->flags & PROTOPT_SSL) && !pop3c->ssldone) { in pop3_multi_statemach()
Durl.c1237 if((needle->handler->flags&PROTOPT_SSL) != in ConnectionExists()
1238 (check->handler->flags&PROTOPT_SSL)) in ConnectionExists()
1272 if(needle->handler->flags&PROTOPT_SSL) { in ConnectionExists()
1330 if(!needle->bits.httpproxy || (needle->handler->flags&PROTOPT_SSL) || in ConnectionExists()
1348 if(needle->handler->flags & PROTOPT_SSL) { in ConnectionExists()
3720 if((conn->given->flags&PROTOPT_SSL) && conn->bits.httpproxy) in create_conn()
Dsmtp.c158 PROTOPT_CLOSEACTION | PROTOPT_SSL
1081 if((conn->handler->flags & PROTOPT_SSL) && !smtpc->ssldone) { in smtp_multi_statemach()
Dhttp2.c343 PROTOPT_SSL | PROTOPT_STREAM /* flags */
1984 if(conn->handler->flags & PROTOPT_SSL) in http2_send()
2173 if(conn->handler->flags & PROTOPT_SSL) in Curl_http2_setup()
Dimap.c162 PROTOPT_CLOSEACTION | PROTOPT_SSL | /* flags */
1359 if((conn->handler->flags & PROTOPT_SSL) && !imapc->ssldone) { in imap_multi_statemach()
Durldata.h706 #define PROTOPT_SSL (1<<0) /* uses SSL */ macro
Dconnect.c1126 if(conn->given->flags & PROTOPT_SSL) in singleipconnect()
Dftp.c214 PROTOPT_SSL | PROTOPT_DUAL | PROTOPT_CLOSEACTION |
3101 if(conn->handler->flags & PROTOPT_SSL) { in ftp_connect()
/external/curl/docs/
DINTERNALS.md1016 - `PROTOPT_SSL` - will make it connect and negotiate SSL