Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dvtls.c167 (data->ssl_options == needle->ssl_options) && in Curl_ssl_config_matches()
202 dest->ssl_options = source->ssl_options; in Curl_clone_primary_ssl_config()
/third_party/curl/lib/
Durl.c1567 conn->ssl_config.ssl_options = data->set.ssl.primary.ssl_options; in allocate_conn()
1573 conn->proxy_ssl_config.ssl_options = data->set.proxy_ssl.primary.ssl_options; in allocate_conn()
Durldata.h286 unsigned char ssl_options; /* the CURLOPT_SSL_OPTIONS bitmask */ member
Dsetopt.c2399 data->set.ssl.primary.ssl_options = (unsigned char)(arg & 0xff); in Curl_vsetopt()
2413 data->set.proxy_ssl.primary.ssl_options = (unsigned char)(arg & 0xff); in Curl_vsetopt()