HomeSort by relevance Sort by last modified time
    Searched refs:my_setopt_str (Results 1 - 2 of 2) sorted by null

  /external/curl/src/
tool_operate.c 840 my_setopt_str(curl, CURLOPT_URL, this_url); /* what to fetch */
853 my_setopt_str(curl, CURLOPT_XOAUTH2_BEARER, config->oauth_bearer);
859 my_setopt_str(curl, CURLOPT_PROXY, config->proxy);
860 my_setopt_str(curl, CURLOPT_PROXYUSERPWD, config->proxyuserpwd);
871 my_setopt_str(curl, CURLOPT_PROXY, config->socksproxy);
893 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy);
910 my_setopt_str(curl, CURLOPT_NETRC_FILE, config->netrc_file);
914 my_setopt_str(curl, CURLOPT_LOGIN_OPTIONS, config->login_options);
915 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd);
916 my_setopt_str(curl, CURLOPT_RANGE, config->range)
    [all...]
tool_setopt.h 97 #define my_setopt_str(x,y,z) \ macro
126 #define my_setopt_str(x,y,z) \ macro

Completed in 72 milliseconds