Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dopenldap.c142 PROTOPT_SSL /* flags */
224 if(conn->handler->flags & PROTOPT_SSL) in oldap_connect()
248 if(conn->handler->flags & PROTOPT_SSL) { in oldap_connect()
270 if(conn->handler->flags & PROTOPT_SSL) { in oldap_connecting()
Dgopher.c105 PROTOPT_SSL /* flags */
Dhttp.c168 PROTOPT_SSL | PROTOPT_CREDSPERREQUEST | PROTOPT_ALPN_NPN | /* flags */
189 if(conn->handler->flags & PROTOPT_SSL) in http_setup_conn()
1275 if((conn->handler->flags & PROTOPT_SSL in Curl_buffer_send()
1593 DEBUGASSERT((data) && (data->conn->handler->flags & PROTOPT_SSL)); in https_connecting()
1615 if(conn->handler->flags & PROTOPT_SSL) in https_getsock()
3236 if(!(conn->handler->flags&PROTOPT_SSL) && in Curl_http()
3672 (conn->handler->flags & PROTOPT_SSL)) { in Curl_http_header()
3688 ((conn->handler->flags & PROTOPT_SSL) || in Curl_http_header()
Dldap.c184 PROTOPT_SSL /* flags */
315 if(conn->given->flags & PROTOPT_SSL) in ldap_do()
Dsmb.c120 PROTOPT_SSL /* flags */
669 if((conn->handler->flags & PROTOPT_SSL)) { in smb_connection_state()
Dpop3.c167 PROTOPT_CLOSEACTION | PROTOPT_SSL
1033 if((conn->handler->flags & PROTOPT_SSL) && !pop3c->ssldone) { in pop3_multi_statemach()
Durl.c1234 if((needle->handler->flags&PROTOPT_SSL) != in ConnectionExists()
1235 (check->handler->flags&PROTOPT_SSL)) in ConnectionExists()
1272 if(needle->handler->flags&PROTOPT_SSL) { in ConnectionExists()
1366 if((needle->handler->flags&PROTOPT_SSL) in ConnectionExists()
1387 if(needle->handler->flags & PROTOPT_SSL) { in ConnectionExists()
3679 if((conn->given->flags&PROTOPT_SSL) && conn->bits.httpproxy)
Dhttp2.c351 PROTOPT_SSL | PROTOPT_STREAM /* flags */
2031 if(conn->handler->flags & PROTOPT_SSL) in http2_send()
2225 if(conn->handler->flags & PROTOPT_SSL) in Curl_http2_setup()
Dsmtp.c172 PROTOPT_CLOSEACTION | PROTOPT_SSL
1265 if((conn->handler->flags & PROTOPT_SSL) && !smtpc->ssldone) { in smtp_multi_statemach()
Dimap.c172 PROTOPT_CLOSEACTION | PROTOPT_SSL | /* flags */
1371 if((conn->handler->flags & PROTOPT_SSL) && !imapc->ssldone) { in imap_multi_statemach()
Durldata.h815 #define PROTOPT_SSL (1<<0) /* uses SSL */ macro
Dconnect.c1290 if(conn->given->flags & PROTOPT_SSL) in singleipconnect()
Dftp.c213 PROTOPT_SSL | PROTOPT_DUAL | PROTOPT_CLOSEACTION |
3160 if(conn->handler->flags & PROTOPT_SSL) { in ftp_connect()
/third_party/curl/lib/vquic/
Dquiche.c164 PROTOPT_SSL | PROTOPT_STREAM /* flags */
695 if(conn->handler->flags & PROTOPT_SSL) in http_request()
Dngtcp2.c941 PROTOPT_SSL | PROTOPT_STREAM /* flags */
1477 if(conn->handler->flags & PROTOPT_SSL) in http_request()
/third_party/curl/docs/
DINTERNALS.md1040 - `PROTOPT_SSL` - will make it connect and negotiate SSL