Home
last modified time | relevance | path

Searched refs:res_setopt_str (Results 1 – 2 of 2) sorted by relevance

/external/curl/src/
Dtool_setopt.h122 #define res_setopt_str(x,y,z) tool_setopt(x, TRUE, global, #y, y, z) macro
151 #define res_setopt_str(x,y,z) curl_easy_setopt(x,y,z) macro
Dtool_operate.c1062 result = res_setopt_str(curl, CURLOPT_CAPATH, config->capath); in operate_do()
1074 result = res_setopt_str(curl, CURLOPT_PROXY_CAPATH, in operate_do()
1191 result = res_setopt_str(curl, CURLOPT_SSH_KNOWNHOSTS, file); in operate_do()
1310 result = res_setopt_str(curl, CURLOPT_SSLENGINE, config->engine); in operate_do()