Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cfgable.h120 char *proxy_capath; member
Dtool_cfgable.c113 Curl_safefree(config->proxy_capath); in free_config_fields()
Dtool_operate.c1034 if(config->proxy_capath) in operate_do()
1035 my_setopt_str(curl, CURLOPT_PROXY_CAPATH, config->proxy_capath); in operate_do()
Dtool_getparam.c1533 GetStr(&config->proxy_capath, nextarg); in getparameter()