Searched refs:PROTOPT_SSL (Results 1 – 14 of 14) sorted by relevance
108 PROTOPT_SSL /* flags */
167 PROTOPT_SSL /* flags */551 conn->handler->flags & PROTOPT_SSL? "s": "", in oldap_connect()582 if(conn->handler->flags & PROTOPT_SSL) in oldap_connect()
214 PROTOPT_SSL /* flags */345 if(conn->given->flags & PROTOPT_SSL) in ldap_do()
192 PROTOPT_SSL | PROTOPT_CREDSPERREQUEST | PROTOPT_ALPN | /* flags */217 PROTOPT_SSL | PROTOPT_CREDSPERREQUEST | /* flags */1330 if((conn->handler->flags & PROTOPT_SSL in Curl_buffer_send()3367 if(!(conn->handler->flags&PROTOPT_SSL) && in Curl_http()3786 ((conn->handler->flags & PROTOPT_SSL) || in Curl_http_header()3809 ((conn->handler->flags & PROTOPT_SSL) || in Curl_http_header()4895 scheme = (data->conn && data->conn->handler->flags & PROTOPT_SSL)? in Curl_http_req_to_h2()
308 PROTOPT_SSL /* flags */854 if((conn->handler->flags & PROTOPT_SSL)) { in smb_connection_state()
1190 if((needle->handler->flags&PROTOPT_SSL) != in ConnectionExists()1191 (check->handler->flags&PROTOPT_SSL)) in ConnectionExists()1231 else if(needle->handler->flags&PROTOPT_SSL) { in ConnectionExists()1332 if((needle->handler->flags&PROTOPT_SSL) in ConnectionExists()1353 if(needle->handler->flags & PROTOPT_SSL) { in ConnectionExists()3468 if((conn->given->flags&PROTOPT_SSL) && conn->bits.httpproxy)
162 PROTOPT_CLOSEACTION | PROTOPT_SSL1057 if((conn->handler->flags & PROTOPT_SSL) && !pop3c->ssldone) { in pop3_multi_statemach()
168 PROTOPT_CLOSEACTION | PROTOPT_SSL1289 if((conn->handler->flags & PROTOPT_SSL) && !smtpc->ssldone) { in smtp_multi_statemach()
167 PROTOPT_CLOSEACTION | PROTOPT_SSL | /* flags */1399 if((conn->handler->flags & PROTOPT_SSL) && !imapc->ssldone) { in imap_multi_statemach()
824 #define PROTOPT_SSL (1<<0) /* uses SSL */ macro
1271 && cf->conn->handler->flags & PROTOPT_SSL)) /* we want SSL */ in cf_setup_connect()
207 PROTOPT_SSL | PROTOPT_DUAL | PROTOPT_CLOSEACTION |3201 if(conn->handler->flags & PROTOPT_SSL) { in ftp_connect()
1140 if(cf->conn->given->flags & PROTOPT_SSL) in do_connect()
627 if(!(conn->handler->flags & PROTOPT_SSL)) { in Curl_conn_may_http3()