Home
last modified time | relevance | path

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

/external/curl/lib/
Dopenldap.c138 PROTOPT_SSL /* flags */
220 if(conn->handler->flags & PROTOPT_SSL) in ldap_connect()
244 if(conn->handler->flags & PROTOPT_SSL) { in ldap_connect()
265 if(conn->handler->flags & PROTOPT_SSL) { in ldap_connecting()
Dldap.c181 PROTOPT_SSL /* flags */
312 if(conn->given->flags & PROTOPT_SSL) in Curl_ldap()
Dhttp.c156 PROTOPT_SSL | PROTOPT_CREDSPERREQUEST | PROTOPT_ALPN_NPN | /* flags */
177 if(conn->handler->flags & PROTOPT_SSL) in http_setup_conn()
1200 if((conn->handler->flags & PROTOPT_SSL in Curl_buffer_send()
1487 DEBUGASSERT((conn) && (conn->handler->flags & PROTOPT_SSL)); in https_connecting()
1507 if(conn->handler->flags & PROTOPT_SSL) in https_getsock()
2589 if(!(conn->handler->flags&PROTOPT_SSL) && in Curl_http()
3998 ((conn->handler->flags & PROTOPT_SSL) || in Curl_http_readwrite_headers()
Dsmb.c116 PROTOPT_SSL /* flags */
652 if((conn->handler->flags & PROTOPT_SSL)) { in smb_connection_state()
Durl.c1191 if((needle->handler->flags&PROTOPT_SSL) != in ConnectionExists()
1192 (check->handler->flags&PROTOPT_SSL)) in ConnectionExists()
1229 if(needle->handler->flags&PROTOPT_SSL) { in ConnectionExists()
1289 if((needle->handler->flags&PROTOPT_SSL) in ConnectionExists()
1310 if(needle->handler->flags & PROTOPT_SSL) { in ConnectionExists()
3482 if((conn->given->flags&PROTOPT_SSL) && conn->bits.httpproxy)
Dpop3.c160 PROTOPT_CLOSEACTION | PROTOPT_SSL
1019 if((conn->handler->flags & PROTOPT_SSL) && !pop3c->ssldone) { in pop3_multi_statemach()
Dsmtp.c165 PROTOPT_CLOSEACTION | PROTOPT_SSL
1251 if((conn->handler->flags & PROTOPT_SSL) && !smtpc->ssldone) { in smtp_multi_statemach()
Dhttp2.c326 PROTOPT_SSL | PROTOPT_STREAM /* flags */
1976 if(conn->handler->flags & PROTOPT_SSL) in http2_send()
2171 if(conn->handler->flags & PROTOPT_SSL) in Curl_http2_setup()
Dimap.c164 PROTOPT_CLOSEACTION | PROTOPT_SSL | /* flags */
1356 if((conn->handler->flags & PROTOPT_SSL) && !imapc->ssldone) { in imap_multi_statemach()
Durldata.h747 #define PROTOPT_SSL (1<<0) /* uses SSL */ macro
Dconnect.c1243 if(conn->given->flags & PROTOPT_SSL) in singleipconnect()
Dftp.c204 PROTOPT_SSL | PROTOPT_DUAL | PROTOPT_CLOSEACTION |
3103 if(conn->handler->flags & PROTOPT_SSL) { in ftp_connect()
/external/curl/lib/vquic/
Dquiche.c158 PROTOPT_SSL | PROTOPT_STREAM /* flags */
672 if(conn->handler->flags & PROTOPT_SSL) in http_request()
Dngtcp2.c954 PROTOPT_SSL | PROTOPT_STREAM /* flags */
1483 if(conn->handler->flags & PROTOPT_SSL) in http_request()
/external/curl/docs/
DINTERNALS.md1035 - `PROTOPT_SSL` - will make it connect and negotiate SSL