OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_setopt_str
(Results
1 - 2
of
2
) sorted by null
/external/curl/src/
tool_operate.c
842
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
(curl, CURLOPT_REFERER, config->referer)
[
all
...]
tool_setopt.h
95
#define
my_setopt_str
(x,y,z) \
macro
124
#define
my_setopt_str
(x,y,z) \
macro
Completed in 1223 milliseconds