Searched refs:proxy_crlfile (Results 1 – 4 of 4) sorted by relevance
150 char *proxy_crlfile; member
133 Curl_safefree(config->proxy_crlfile); in free_config_fields()
1257 if(config->proxy_crlfile) in config2setopts()1258 my_setopt_str(curl, CURLOPT_PROXY_CRLFILE, config->proxy_crlfile); in config2setopts()
2095 err = getstr(&config->proxy_crlfile, nextarg, DENY_BLANK); in getparameter()
Completed in 18 milliseconds