Searched refs:CURLoption (Results 1 – 12 of 12) sorted by relevance
/third_party/curl/src/ |
D | tool_setopt.h | 41 bool tool_setopt_skip(CURLoption tag); 90 const char *name, CURLoption tag, 93 const char *name, CURLoption tag, 96 const char *name, CURLoption tag, 99 const char *name, CURLoption tag, 102 const char *name, CURLoption tag, 106 const char *name, CURLoption tag, ...);
|
D | tool_setopt.c | 292 const char *name, CURLoption tag, in tool_setopt_enum() 330 const char *name, CURLoption tag, in tool_setopt_flags() 372 const char *name, CURLoption tag, in tool_setopt_bitmask() 606 const char *name, CURLoption tag, in tool_setopt_mimepost() 626 const char *name, CURLoption tag, in tool_setopt_slist() 649 const char *name, CURLoption tag, ...) in tool_setopt() 771 bool tool_setopt_skip(CURLoption tag) in tool_setopt_skip()
|
/third_party/curl/lib/ |
D | easygetopt.c | 30 static struct curl_easyoption *lookup(const char *name, CURLoption id) in lookup() 58 const struct curl_easyoption *curl_easy_option_by_id(CURLoption id) in curl_easy_option_by_id() 84 const struct curl_easyoption *curl_easy_option_by_id (CURLoption id) in curl_easy_option_by_id()
|
D | setopt.h | 28 CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list arg);
|
D | setopt.c | 160 CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param) in Curl_vsetopt() 3068 CURLcode curl_easy_setopt(struct Curl_easy *data, CURLoption tag, ...) in curl_easy_setopt()
|
/third_party/curl/include/curl/ |
D | options.h | 51 CURLoption id; 60 curl_easy_option_by_id (CURLoption id);
|
D | easy.h | 40 CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...);
|
D | curl.h | 2109 } CURLoption; typedef
|
/third_party/curl/packages/OS400/ |
D | ccsidcurl.h | 60 CURL_EXTERN CURLcode curl_easy_setopt_ccsid(CURL *curl, CURLoption tag, ...);
|
D | curl.inc.in | 1010 d CURLoption s 10i 0 based(######ptr######) Enum 2311 d id like(CURLoption) 2638 d option value like(CURLoption) 2645 d option value like(CURLoption) 2652 d option value like(CURLoption) 2659 d option value like(CURLoption) 2922 d id value like(CURLoption) 3022 d option value like(CURLoption)
|
D | ccsidcurl.c | 1088 curl_easy_setopt_ccsid(CURL *curl, CURLoption tag, ...) in curl_easy_setopt_ccsid()
|
/third_party/curl/tests/data/ |
D | test1135 | 70 CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...);
|