/external/libbrillo/brillo/http/ |
D | curl_api.cc | 39 void CurlApi::EasyCleanup(CURL* curl) { in EasyCleanup() 43 CURLcode CurlApi::EasySetOptInt(CURL* curl, CURLoption option, int value) { in EasySetOptInt() 52 CURLcode CurlApi::EasySetOptStr(CURL* curl, in EasySetOptStr() 60 CURLcode CurlApi::EasySetOptPtr(CURL* curl, CURLoption option, void* value) { in EasySetOptPtr() 66 CURLcode CurlApi::EasySetOptCallback(CURL* curl, in EasySetOptCallback() 74 CURLcode CurlApi::EasySetOptOffT(CURL* curl, in EasySetOptOffT() 82 CURLcode CurlApi::EasyPerform(CURL* curl) { in EasyPerform() 86 CURLcode CurlApi::EasyGetInfoInt(CURL* curl, CURLINFO info, int* value) const { in EasyGetInfoInt() 95 CURLcode CurlApi::EasyGetInfoDbl(CURL* curl, in EasyGetInfoDbl() 102 CURLcode CurlApi::EasyGetInfoStr(CURL* curl, in EasyGetInfoStr() [all …]
|
/external/curl/src/ |
D | tool_writeout_json.c | 81 static int writeTime(FILE *str, CURL *curl, const char *key, CURLINFO ci) in writeTime() 94 static int writeString(FILE *str, CURL *curl, const char *key, CURLINFO ci) in writeString() 106 static int writeLong(FILE *str, CURL *curl, const char *key, CURLINFO ci, in writeLong() 123 static int writeOffset(FILE *str, CURL *curl, const char *key, CURLINFO ci) in writeOffset() 146 static int writeVersion(FILE *str, CURL *curl, const char *key, CURLINFO ci) in writeVersion() 158 void ourWriteOutJSON(const struct writeoutvar mappings[], CURL *curl, in ourWriteOutJSON()
|
D | tool_setopt.c | 284 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config, in tool_setopt_enum() 318 CURLcode tool_setopt_flags(CURL *curl, struct GlobalConfig *config, in tool_setopt_flags() 360 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config, in tool_setopt_bitmask() 435 static CURLcode libcurl_generate_mime_part(CURL *curl, in libcurl_generate_mime_part() 568 static CURLcode libcurl_generate_mime(CURL *curl, in libcurl_generate_mime() 594 CURLcode tool_setopt_mimepost(CURL *curl, struct GlobalConfig *config, in tool_setopt_mimepost() 614 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config, in tool_setopt_slist() 636 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *global, in tool_setopt()
|
D | tool_xattr.c | 95 int fwrite_xattr(CURL *curl, int fd) in fwrite_xattr() 132 int fwrite_xattr(CURL *curl, int fd) in fwrite_xattr()
|
/external/curl/tests/libtest/ |
D | libauthretry.c | 30 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request() 58 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password() 64 static CURLcode send_right_password(CURL *curl, const char *url, int seq, in send_right_password() 86 CURL *curl = NULL; in test() local
|
D | lib1533.c | 42 static void reset_data(struct cb_data *data, CURL *curl) in reset_data() 99 static int perform_and_check_connections(CURL *curl, const char *description, in perform_and_check_connections() 131 CURL *curl = NULL; in test() local
|
D | lib500.c | 48 static void setupcallbacks(CURL *curl) in setupcallbacks() 63 CURL *curl; in test() local
|
D | lib582.c | 148 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion() 200 static void notifyCurl(CURLM *curl, curl_socket_t s, int evBitmask, in notifyCurl() 214 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet() 228 CURL *curl = NULL; in test() local
|
D | lib1156.c | 85 static int onetest(CURL *curl, const char *url, const struct testparams *p) in onetest() 131 CURL *curl; in test() local
|
D | lib562.c | 40 CURL *curl; in test() local
|
D | lib520.c | 29 CURL *curl; in test() local
|
D | lib515.c | 28 CURL *curl; in test() local
|
/external/curl/docs/examples/ |
D | rtsp.c | 77 static void rtsp_options(CURL *curl, const char *uri) in rtsp_options() 88 static void rtsp_describe(CURL *curl, const char *uri, in rtsp_describe() 111 static void rtsp_setup(CURL *curl, const char *uri, const char *transport) in rtsp_setup() 124 static void rtsp_play(CURL *curl, const char *uri, const char *range) in rtsp_play() 139 static void rtsp_teardown(CURL *curl, const char *uri) in rtsp_teardown() 234 CURL *curl; in main() local
|
D | progressfunc.c | 49 CURL *curl; member 58 CURL *curl = myp->curl; in xferinfo() local 102 CURL *curl; in main() local
|
D | cookie_interface.c | 36 print_cookies(CURL *curl) in print_cookies() 66 CURL *curl; in main() local
|
D | synctime.c | 189 void SyncTime_CURL_Init(CURL *curl, char *proxy_port, in SyncTime_CURL_Init() 205 int SyncTime_CURL_Fetch(CURL *curl, char *URL_Str, char *OutFileName, in SyncTime_CURL_Fetch() 259 CURL *curl; in main() local
|
D | imap-list.c | 39 CURL *curl; in main() local
|
D | pop3-noop.c | 39 CURL *curl; in main() local
|
D | pop3-retr.c | 39 CURL *curl; in main() local
|
D | pop3-uidl.c | 39 CURL *curl; in main() local
|
D | pop3-top.c | 39 CURL *curl; in main() local
|
/external/curl/docs/ |
D | CONTRIBUTE.md | 9 ### Join the Community 20 We also hang out on IRC in #curl on irc.freenode.net hashtag 26 ### License and copyright 49 ### What To Read
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request.cc | 52 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 57 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 62 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 67 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 73 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 79 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 86 CURLcode curl_easy_perform(CURL* curl) override { in curl_easy_perform() 90 CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, in curl_easy_getinfo() 95 CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, in curl_easy_getinfo() 100 void curl_easy_cleanup(CURL* curl) override { in curl_easy_cleanup() [all …]
|
D | curl_http_request_test.cc | 61 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 75 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 80 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 118 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 124 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 139 CURLcode curl_easy_setopt(CURL* curl, CURLoption option, in curl_easy_setopt() 146 CURLcode curl_easy_perform(CURL* curl) override { in curl_easy_perform() 180 CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, in curl_easy_getinfo() 191 CURLcode curl_easy_getinfo(CURL* curl, CURLINFO info, in curl_easy_getinfo() 202 void curl_easy_cleanup(CURL* curl) override { is_cleaned_up_ = true; } in curl_easy_cleanup() [all …]
|
/external/curl/src/macos/src/ |
D | macos_main.cpp | 1 /* ========================================================================= in DECLARE_MAIN()
|