Searched refs:my_setopt_str (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_operate.c842 my_setopt_str(curl, CURLOPT_URL, this_url); /* what to fetch */
855 my_setopt_str(curl, CURLOPT_XOAUTH2_BEARER, config->xoauth2_bearer);
861 my_setopt_str(curl, CURLOPT_PROXY, config->proxy);
862 my_setopt_str(curl, CURLOPT_PROXYUSERPWD, config->proxyuserpwd);
873 my_setopt_str(curl, CURLOPT_PROXY, config->socksproxy);
916 my_setopt_str(curl, CURLOPT_LOGIN_OPTIONS, config->login_options);
917 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd);
918 my_setopt_str(curl, CURLOPT_RANGE, config->range);
933 my_setopt_str(curl, CURLOPT_POSTFIELDS,
945 my_setopt_str(cur
[all...]
H A Dtool_setopt.h95 #define my_setopt_str(x,y,z) \ macro
124 #define my_setopt_str(x,y,z) \ macro

Completed in 123 milliseconds