Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_setopt.h111 #define my_setopt_enum(x,y,z) \ macro
140 #define my_setopt_enum(x,y,z) \ macro
Dtool_operate.c1308 my_setopt_enum(curl, CURLOPT_PROXYTYPE, config->proxyver); in single_transfer()
1350 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_OPTIONAL); in single_transfer()
1352 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_REQUIRED); in single_transfer()
1354 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_IGNORED); in single_transfer()
1421 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, config->httpversion); in single_transfer()
1423 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2TLS); in single_transfer()
1684 my_setopt_enum(curl, CURLOPT_SSLVERSION, in single_transfer()
1686 my_setopt_enum(curl, CURLOPT_PROXY_SSLVERSION, in single_transfer()
1759 my_setopt_enum(curl, CURLOPT_TIMECONDITION, (long)config->timecond); in single_transfer()
1862 my_setopt_enum(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL); in single_transfer()
[all …]