Home
last modified time | relevance | path

Searched refs:ssl_options (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/lib/vtls/
Dvtls.c135 (data->ssl_options == needle->ssl_options) && in Curl_ssl_config_matches()
173 dest->ssl_options = source->ssl_options; in Curl_clone_primary_ssl_config()
/third_party/curl/lib/
Durl.c1768 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()
Durldata.h266 unsigned char ssl_options; /* the CURLOPT_SSL_OPTIONS bitmask */ member
Dsetopt.c2329 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()