Searched refs:ssl_options (Results 1 – 4 of 4) sorted by relevance
135 (data->ssl_options == needle->ssl_options) && in Curl_ssl_config_matches()173 dest->ssl_options = source->ssl_options; in Curl_clone_primary_ssl_config()
1768 conn->ssl_config.ssl_options = data->set.ssl.primary.ssl_options; in allocate_conn()1776 conn->proxy_ssl_config.ssl_options = data->set.proxy_ssl.primary.ssl_options; in allocate_conn()
266 unsigned char ssl_options; /* the CURLOPT_SSL_OPTIONS bitmask */ member
2329 data->set.ssl.primary.ssl_options = (unsigned char)(arg & 0xff); in Curl_vsetopt()2343 data->set.proxy_ssl.primary.ssl_options = (unsigned char)(arg & 0xff); in Curl_vsetopt()