Searched refs:my_setopt_str (Results 1 – 2 of 2) sorted by relevance
/external/curl/src/ |
D | tool_operate.c | 1296 my_setopt_str(curl, CURLOPT_URL, per->this_url); in single_transfer() 1302 my_setopt_str(curl, CURLOPT_XOAUTH2_BEARER, config->oauth_bearer); in single_transfer() 1305 my_setopt_str(curl, CURLOPT_PROXY, config->proxy); in single_transfer() 1310 my_setopt_str(curl, CURLOPT_PROXYUSERPWD, config->proxyuserpwd); in single_transfer() 1317 my_setopt_str(curl, CURLOPT_PRE_PROXY, config->preproxy); in single_transfer() 1337 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy); in single_transfer() 1357 my_setopt_str(curl, CURLOPT_NETRC_FILE, config->netrc_file); in single_transfer() 1361 my_setopt_str(curl, CURLOPT_LOGIN_OPTIONS, config->login_options); in single_transfer() 1362 my_setopt_str(curl, CURLOPT_USERPWD, config->userpwd); in single_transfer() 1363 my_setopt_str(curl, CURLOPT_RANGE, config->range); in single_transfer() [all …]
|
D | tool_setopt.h | 108 #define my_setopt_str(x,y,z) \ macro 137 #define my_setopt_str(x,y,z) \ macro
|