HomeSort by relevance Sort by last modified time
    Searched refs:easy_handle (Results 1 - 18 of 18) sorted by null

  /external/curl/docs/examples/
multi-uv.c 101 CURL *easy_handle; local
112 easy_handle = message->easy_handle;
114 curl_easy_getinfo(easy_handle, CURLINFO_EFFECTIVE_URL, &done_url);
115 curl_easy_getinfo(easy_handle, CURLINFO_PRIVATE, &file);
118 curl_multi_remove_handle(curl_handle, easy_handle);
119 curl_easy_cleanup(easy_handle);
10-at-a-time.c 176 CURL *e = msg->easy_handle;
177 curl_easy_getinfo(msg->easy_handle, CURLINFO_PRIVATE, &url);
multi-app.c 154 found = (msg->easy_handle == handles[idx]);
http2-serverpush.c 307 CURL *e = m->easy_handle;
hiperfifo.c 165 easy = msg->easy_handle;
asiohiper.cpp 165 easy = msg->easy_handle;
evhiperfifo.c 185 easy = msg->easy_handle;
ghiper.c 129 easy = msg->easy_handle;
  /external/curl/tests/libtest/
lib1533.c 35 CURL *easy_handle; member in struct:cb_data
44 data->easy_handle = curl;
92 curl_easy_pause(data->easy_handle, CURLPAUSE_CONT);
lib1515.c 99 if(msg->msg == CURLMSG_DONE && msg->easy_handle == curls) {
lib540.c 163 CURL *e = msg->easy_handle;
lib1900.c 201 found = (msg->easy_handle == handles[i]);
  /external/google-breakpad/src/third_party/curl/
multi.h 85 CURL *easy_handle; /* the handle it concerns */ member in struct:CURLMsg
  /external/curl/include/curl/
multi.h 95 CURL *easy_handle; /* the handle it concerns */ member in struct:CURLMsg
  /external/libbrillo/brillo/http/
http_transport_curl_unittest.cc 265 msg.easy_handle = handle_;
http_transport_curl.cc 426 msg->easy_handle,
  /external/libmicrohttpd/src/spdy2http/
proxy.c 1158 if(CURLE_OK != (ret = curl_easy_getinfo(msg->easy_handle, CURLINFO_PRIVATE, &curl_private)))
    [all...]
  /external/curl/lib/
multi.c 681 nice to put the easy_handle in a good known state when this returns. */
767 if(msg->extmsg.easy_handle == easy) {
    [all...]

Completed in 172 milliseconds