Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_setopt.h110 #define my_setopt_enum(x,y,z) \ macro
139 #define my_setopt_enum(x,y,z) \ macro
Dtool_operate.c1221 my_setopt_enum(curl, CURLOPT_PROXYTYPE, config->proxyver); in single_transfer()
1263 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_OPTIONAL); in single_transfer()
1265 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_REQUIRED); in single_transfer()
1267 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_IGNORED); in single_transfer()
1331 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, config->httpversion); in single_transfer()
1333 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2TLS); in single_transfer()
1512 my_setopt_enum(curl, CURLOPT_SSLVERSION, in single_transfer()
1514 my_setopt_enum(curl, CURLOPT_PROXY_SSLVERSION, in single_transfer()
1566 my_setopt_enum(curl, CURLOPT_TIMECONDITION, (long)config->timecond); in single_transfer()
1667 my_setopt_enum(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL); in single_transfer()
[all …]