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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_setopt.h98 #define my_setopt_enum(x,y,z) \ macro
127 #define my_setopt_enum(x,y,z) \ macro
H A Dtool_operate.c869 my_setopt_enum(curl, CURLOPT_PROXYTYPE, (long)config->proxyver);
874 my_setopt_enum(curl, CURLOPT_PROXYTYPE, (long)config->socksver);
905 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_OPTIONAL);
907 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_REQUIRED);
909 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_IGNORED);
955 my_setopt_enum(curl, CURLOPT_HTTP_VERSION, config->httpversion);
1086 my_setopt_enum(curl, CURLOPT_SSLVERSION, config->ssl_version);
1087 my_setopt_enum(curl, CURLOPT_TIMECONDITION, (long)config->timecond);
1171 my_setopt_enum(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL);
1175 my_setopt_enum(cur
[all...]

Completed in 113 milliseconds