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.c182 PROTOPT_SSL /* flags */
306 if(conn->given->flags & PROTOPT_SSL) in Curl_ldap()
Dsmb.c116 PROTOPT_SSL /* flags */
643 if((conn->handler->flags & PROTOPT_SSL)) { in smb_connection_state()
Dhttp.c150 PROTOPT_SSL | PROTOPT_CREDSPERREQUEST | PROTOPT_ALPN_NPN /* flags */
1093 if((conn->handler->flags & PROTOPT_SSL || in Curl_add_buffer_send()
1389 DEBUGASSERT((conn) && (conn->handler->flags & PROTOPT_SSL)); in https_connecting()
1403 if(conn->handler->flags & PROTOPT_SSL) in https_getsock()
2368 if(!(conn->handler->flags&PROTOPT_SSL) && in Curl_http()
Dpop3.c158 PROTOPT_CLOSEACTION | PROTOPT_SSL
1014 if((conn->handler->flags & PROTOPT_SSL) && !pop3c->ssldone) { in pop3_multi_statemach()
Durl.c1208 if((needle->handler->flags&PROTOPT_SSL) != in ConnectionExists()
1209 (check->handler->flags&PROTOPT_SSL)) in ConnectionExists()
1243 if(needle->handler->flags&PROTOPT_SSL) { in ConnectionExists()
1300 if(!needle->bits.httpproxy || (needle->handler->flags&PROTOPT_SSL) || in ConnectionExists()
1318 if(needle->handler->flags & PROTOPT_SSL) { in ConnectionExists()
4193 if((conn->given->flags&PROTOPT_SSL) && conn->bits.httpproxy) in create_conn()
Dsmtp.c158 PROTOPT_CLOSEACTION | PROTOPT_SSL
1077 if((conn->handler->flags & PROTOPT_SSL) && !smtpc->ssldone) { in smtp_multi_statemach()
Dhttp2.c266 PROTOPT_SSL | PROTOPT_STREAM /* flags */
1853 if(conn->handler->flags & PROTOPT_SSL) in http2_send()
2037 if(conn->handler->flags & PROTOPT_SSL) in Curl_http2_setup()
Dimap.c162 PROTOPT_CLOSEACTION | PROTOPT_SSL /* flags */
1348 if((conn->handler->flags & PROTOPT_SSL) && !imapc->ssldone) { in imap_multi_statemach()
Durldata.h676 #define PROTOPT_SSL (1<<0) /* uses SSL */ macro
Dconnect.c1109 if(conn->given->flags & PROTOPT_SSL) in singleipconnect()
Dftp.c213 PROTOPT_SSL | PROTOPT_DUAL | PROTOPT_CLOSEACTION |
3102 if(conn->handler->flags & PROTOPT_SSL) { in ftp_connect()
/external/curl/docs/
DINTERNALS.md1017 - `PROTOPT_SSL` - will make it connect and negotiate SSL