Home
last modified time | relevance | path

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

/external/curl/lib/
Ddoh.c280 if(data->set.str[STRING_SSL_CAPATH_PROXY]) { in dohprobe()
282 data->set.str[STRING_SSL_CAPATH_PROXY]); in dohprobe()
Durldata.h1437 STRING_SSL_CAPATH_PROXY, /* CA directory name (doesn't work on windows) */ enumerator
Durl.c522 result = Curl_setstropt(&set->str[STRING_SSL_CAPATH_PROXY], CURL_CA_PATH); in Curl_init_userdefined()
3862 data->set.proxy_ssl.primary.CApath = data->set.str[STRING_SSL_CAPATH_PROXY]; in create_conn()
Dsetopt.c1893 result = Curl_setstropt(&data->set.str[STRING_SSL_CAPATH_PROXY], in vsetopt()