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

  /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);
  /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);
  /external/curl/include/curl/
multi.h 95 CURL *easy_handle; /* the handle it concerns */ member in struct:CURLMsg
  /external/google-breakpad/src/third_party/curl/
multi.h 85 CURL *easy_handle; /* the handle it concerns */ member in struct:CURLMsg

Completed in 107 milliseconds