Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.h148 char *proxy_capath; member
H A Dtool_cfgable.c129 Curl_safefree(config->proxy_capath); in free_config_fields()
H A Dtool_operate.c1207 if(config->proxy_capath || config->capath) { in config2setopts()
1209 (config->proxy_capath ? in config2setopts()
1210 config->proxy_capath : in config2setopts()
1214 if(config->proxy_capath) { in config2setopts()
1216 config->proxy_capath ? "--proxy-capath" : "--capath", in config2setopts()
1239 if(!config->proxy_cacert && !config->proxy_capath) { in config2setopts()
H A Dtool_getparam.c2108 err = getstr(&config->proxy_capath, nextarg, DENY_BLANK); in getparameter()

Completed in 20 milliseconds