Home
last modified time | relevance | path

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

/third_party/curl/lib/
Ddoh.c297 if(data->set.str[STRING_SSL_CAPATH]) { in dohprobe()
299 data->set.str[STRING_SSL_CAPATH]); in dohprobe()
Durldata.h1550 STRING_SSL_CAPATH, /* CA directory name (doesn't work on windows) */ enumerator
Durl.c585 result = Curl_setstropt(&set->str[STRING_SSL_CAPATH], CURL_CA_PATH); in Curl_init_userdefined()
3608 data->set.ssl.primary.CApath = data->set.str[STRING_SSL_CAPATH];
Dsetopt.c2160 result = Curl_setstropt(&data->set.str[STRING_SSL_CAPATH], in Curl_vsetopt()