Searched refs:proxy_cacert (Results 1 – 4 of 4) sorted by relevance
146 char *proxy_cacert; member
127 Curl_safefree(config->proxy_cacert); in free_config_fields()
1191 if(config->proxy_cacert) in config2setopts()1192 my_setopt_str(curl, CURLOPT_PROXY_CAINFO, config->proxy_cacert); in config2setopts()1239 if(!config->proxy_cacert && !config->proxy_capath) { in config2setopts()
2105 err = getstr(&config->proxy_cacert, nextarg, DENY_BLANK); in getparameter()
Completed in 18 milliseconds