Searched refs:PROTOPT_SSL (Results 1 – 13 of 13) sorted by relevance
136 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()
173 PROTOPT_SSL /* flags */297 if(conn->given->flags & PROTOPT_SSL) in Curl_ldap()
154 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()
117 PROTOPT_SSL /* flags */652 if((conn->handler->flags & PROTOPT_SSL)) { in smb_connection_state()
158 PROTOPT_CLOSEACTION | PROTOPT_SSL1022 if((conn->handler->flags & PROTOPT_SSL) && !pop3c->ssldone) { in pop3_multi_statemach()
1237 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()
158 PROTOPT_CLOSEACTION | PROTOPT_SSL1081 if((conn->handler->flags & PROTOPT_SSL) && !smtpc->ssldone) { in smtp_multi_statemach()
343 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()
162 PROTOPT_CLOSEACTION | PROTOPT_SSL | /* flags */1359 if((conn->handler->flags & PROTOPT_SSL) && !imapc->ssldone) { in imap_multi_statemach()
706 #define PROTOPT_SSL (1<<0) /* uses SSL */ macro
1126 if(conn->given->flags & PROTOPT_SSL) in singleipconnect()
214 PROTOPT_SSL | PROTOPT_DUAL | PROTOPT_CLOSEACTION |3101 if(conn->handler->flags & PROTOPT_SSL) { in ftp_connect()
1016 - `PROTOPT_SSL` - will make it connect and negotiate SSL