Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/external/libbrillo/brillo/http/
H A 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 …]
H A Dhttp_connection_curl_test.cc31 namespace curl { namespace
49 static CURLcode Perform(CURL* curl) { in Perform()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/curl/docs/examples/
H A Dwebsocket.c39 static int ping(CURL *curl, const char *send_payload) in ping()
48 static int recv_pong(CURL *curl, const char *expected_payload) in recv_pong()
77 static CURLcode recv_any(CURL *curl) in recv_any()
87 static void websocket_close(CURL *curl) in websocket_close()
93 static void websocket(CURL *curl) in websocket()
110 CURL *curl; in main() local
H A Dprogressfunc.c37 CURL *curl; member
46 CURL *curl = myp->curl; in xferinfo() local
72 CURL *curl; in main() local
H A 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
H A Dcookie_interface.c38 print_cookies(CURL *curl) in print_cookies()
68 CURL *curl; in main() local
/aosp_15_r20/external/curl/tests/libtest/
H A Dlib2304.c29 static CURLcode send_ping(CURL *curl, const char *send_payload) in send_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
H A 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
H A Dlib582.c142 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion()
196 static void notifyCurl(CURLM *curl, curl_socket_t s, int evBitmask, in notifyCurl()
210 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet()
224 CURL *curl = NULL; in test() local
H A Dlib2305.c32 static void websocket_close(CURL *curl) in websocket_close()
41 static void websocket(CURL *curl) in websocket()
78 CURL *curl; in test() local
H A Dlib530.c174 static int checkForCompletion(CURLM *curl, int *success) in checkForCompletion()
228 static int socket_action(CURLM *curl, curl_socket_t s, int evBitmask, in socket_action()
243 static int checkFdSet(CURLM *curl, in checkFdSet()
262 CURL *curl = NULL; CURLM *m = NULL; in testone() local
H A 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
H A Dlib536.c31 static void proxystat(CURL *curl) in proxystat()
43 CURL *curl; in test() local
H A Dlib500.c50 static void setupcallbacks(CURL *curl) in setupcallbacks()
65 CURL *curl; in test() local
H A Dlib1156.c86 static int onetest(CURL *curl, const char *url, const struct testparams *p, in onetest()
137 CURL *curl; in test() local
H A Dlib586.c103 CURL *curl; in test_fire() local
138 CURL *curl; in test() local
H A Dlib506.c135 CURL *curl; in test_fire() local
182 CURL *curl; in test() local
/aosp_15_r20/external/curl/tests/http/clients/
H A Dws-pingpong.c47 static CURLcode ping(CURL *curl, const char *send_payload) in ping()
59 static CURLcode recv_pong(CURL *curl, const char *expected_payload) in recv_pong()
88 static void websocket_close(CURL *curl) in websocket_close()
97 static CURLcode pingpong(CURL *curl, const char *payload) in pingpong()
128 CURL *curl; in main() local
H A Dws-data.c96 static CURLcode send_binary(CURL *curl, char *buf, size_t buflen) in send_binary()
106 static CURLcode recv_binary(CURL *curl, char *exp_data, size_t exp_len) in recv_binary()
168 static void websocket_close(CURL *curl) in websocket_close()
177 static CURLcode data_echo(CURL *curl, size_t plen_min, size_t plen_max) in data_echo()
214 CURL *curl; in main() local
/aosp_15_r20/external/curl/src/
H A Dtool_setopt.c269 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config, in tool_setopt_enum()
307 CURLcode tool_setopt_SSLVERSION(CURL *curl, struct GlobalConfig *config, in tool_setopt_SSLVERSION()
351 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config, in tool_setopt_bitmask()
427 static CURLcode libcurl_generate_mime_part(CURL *curl, in libcurl_generate_mime_part()
537 static CURLcode libcurl_generate_mime(CURL *curl, in libcurl_generate_mime()
563 CURLcode tool_setopt_mimepost(CURL *curl, struct GlobalConfig *config, in tool_setopt_mimepost()
583 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config, in tool_setopt_slist()
605 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *global, in tool_setopt()
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/examples/
H A Dexample6.cc49 sapi::v::RemotePtr curl(curl_remote); in Main() local
75 CurlTransaction curl{std::make_unique<curl::CurlSapiSandbox>()}; in main() local
/aosp_15_r20/external/zstd/tests/regression/
H A Ddata.c363 CURL* curl, in curl_download_resource()
413 static int curl_download_datum(CURL* curl, data_t const* data) { in curl_download_datum()
432 CURL* curl = curl_easy_init(); in curl_download_data() local
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c45 CURL *curl; member
125 static int curl_cb_debug(CURL *curl, curl_infotype info, char *buf, size_t len, in curl_cb_debug()
1293 static CURLcode curl_cb_ssl(CURL *curl, void *sslctx, void *parm) in curl_cb_ssl()
1332 CURL *curl; in setup_curl_post() local
1598 CURL *curl; in http_download_file() local
1671 CURL *curl; in http_post() local

12345678910>>...13