Home
last modified time | relevance | path

Searched defs:curl (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/external/curl/docs/examples/
Dwebsocket.c33 static int ping(CURL *curl, const char *send_payload) in ping()
42 static int recv_pong(CURL *curl, const char *expected_payload) in recv_pong()
71 static CURLcode recv_any(CURL *curl) in recv_any()
81 static void websocket_close(CURL *curl) in websocket_close()
87 static void websocket(CURL *curl) in websocket()
104 CURL *curl; in main() local
Dprogressfunc.c37 CURL *curl; member
46 CURL *curl = myp->curl; in xferinfo() local
72 CURL *curl; in main() local
Dcookie_interface.c38 print_cookies(CURL *curl) in print_cookies()
68 CURL *curl; in main() local
Dsynctime.c191 void SyncTime_CURL_Init(CURL *curl, char *proxy_port, in SyncTime_CURL_Init()
207 int SyncTime_CURL_Fetch(CURL *curl, char *URL_Str, char *OutFileName, in SyncTime_CURL_Fetch()
261 CURL *curl; in main() local
Dinterface.c33 CURL *curl; in main() local
Dsimple.c33 CURL *curl; in main() local
Dimap-copy.c41 CURL *curl; in main() local
Dpop3-tls.c42 CURL *curl; in main() local
/external/curl/tests/libtest/
Dlib2304.c29 static CURLcode ping(CURL *curl, const char *send_payload) in ping()
41 static CURLcode recv_pong(CURL *curl, const char *expected_payload) in recv_pong()
70 static CURLcode recv_any(CURL *curl) in recv_any()
85 static void websocket_close(CURL *curl) in websocket_close()
94 static void websocket(CURL *curl) in websocket()
115 CURL *curl; in test() local
Dlibauthretry.c32 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request()
60 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password()
66 static CURLcode send_right_password(CURL *curl, const char *url, int seq, in send_right_password()
88 CURL *curl = NULL; in test() local
Dlib2305.c31 static void websocket_close(CURL *curl) in websocket_close()
40 static void websocket(CURL *curl) in websocket()
76 CURL *curl; in test() local
Dlib536.c31 static void proxystat(CURL *curl) in proxystat()
43 CURL *curl; in test() local
Dlib1533.c44 static void reset_data(struct cb_data *data, CURL *curl) in reset_data()
101 static int perform_and_check_connections(CURL *curl, const char *description, in perform_and_check_connections()
133 CURL *curl = NULL; in test() local
Dlib582.c144 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion()
198 static void notifyCurl(CURLM *curl, curl_socket_t s, int evBitmask, in notifyCurl()
212 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet()
226 CURL *curl = NULL; in test() local
Dlib500.c50 static void setupcallbacks(CURL *curl) in setupcallbacks()
65 CURL *curl; in test() local
Dlib530.c176 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion()
230 static int socket_action(CURLM *curl, curl_socket_t s, int evBitmask, in socket_action()
245 static int checkFdSet(CURLM *curl, in checkFdSet()
264 CURL *curl = NULL; CURLM *m = NULL; in testone() local
Dlib1156.c86 static int onetest(CURL *curl, const char *url, const struct testparams *p, in onetest()
137 CURL *curl; in test() local
Dlib586.c103 CURL *curl; in fire() local
138 CURL *curl; in test() local
/external/libbrillo/brillo/http/
Dcurl_api.cc39 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/tests/http/clients/
Dws-pingpong.c43 static CURLcode ping(CURL *curl, const char *send_payload) in ping()
55 static CURLcode recv_pong(CURL *curl, const char *expected_payload) in recv_pong()
84 static void websocket_close(CURL *curl) in websocket_close()
93 static CURLcode pingpong(CURL *curl, const char *payload) in pingpong()
120 CURL *curl; in main() local
Dws-data.c92 static CURLcode send_binary(CURL *curl, char *buf, size_t buflen) in send_binary()
102 static CURLcode recv_binary(CURL *curl, char *exp_data, size_t exp_len) in recv_binary()
160 static void websocket_close(CURL *curl) in websocket_close()
169 static CURLcode data_echo(CURL *curl, size_t plen_min, size_t plen_max) in data_echo()
206 CURL *curl; in main() local
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.cc52 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 …]
Dcurl_http_request_test.cc61 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/sandboxed-api/oss-internship-2020/curl/examples/
Dexample6.cc49 sapi::v::RemotePtr curl(curl_remote); in Main() local
75 CurlTransaction curl{std::make_unique<curl::CurlSapiSandbox>()}; in main() local
/external/curl/src/
Dtool_setopt.c271 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config, in tool_setopt_enum()
309 CURLcode tool_setopt_SSLVERSION(CURL *curl, struct GlobalConfig *config, in tool_setopt_SSLVERSION()
353 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config, in tool_setopt_bitmask()
429 static CURLcode libcurl_generate_mime_part(CURL *curl, in libcurl_generate_mime_part()
539 static CURLcode libcurl_generate_mime(CURL *curl, in libcurl_generate_mime()
565 CURLcode tool_setopt_mimepost(CURL *curl, struct GlobalConfig *config, in tool_setopt_mimepost()
585 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config, in tool_setopt_slist()
607 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *global, in tool_setopt()

12345678910>>...12