Searched refs:my_setopt_str (Results 1 – 2 of 2) sorted by relevance
/third_party/curl/src/ |
D | tool_operate.c | 1333 my_setopt_str(curl, CURLOPT_URL, per->this_url); in single_transfer() 1340 my_setopt_str(curl, CURLOPT_XOAUTH2_BEARER, config->oauth_bearer); in single_transfer() 1342 my_setopt_str(curl, CURLOPT_PROXY, config->proxy); in single_transfer() 1355 my_setopt_str(curl, CURLOPT_PROXYUSERPWD, config->proxyuserpwd); in single_transfer() 1362 my_setopt_str(curl, CURLOPT_PRE_PROXY, config->preproxy); in single_transfer() 1382 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy); in single_transfer() 1401 my_setopt_str(curl, CURLOPT_NETRC_FILE, config->netrc_file); in single_transfer() 1405 my_setopt_str(curl, CURLOPT_LOGIN_OPTIONS, config->login_options); in single_transfer() 1406 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd); in single_transfer() 1407 my_setopt_str(curl, CURLOPT_RANGE, config->range); in single_transfer() [all …]
|
D | tool_setopt.h | 103 #define my_setopt_str(x,y,z) \ macro 129 #define my_setopt_str(x,y,z) \ macro
|