Searched defs:easy_handle (Results 1 - 3 of 3) sorted by relevance

/external/curl/include/curl/
H A Dmulti.h91 CURL *easy_handle; /* the handle it concerns */ member in struct:CURLMsg
/external/google-breakpad/src/third_party/curl/
H A Dmulti.h85 CURL *easy_handle; /* the handle it concerns */ member in struct:CURLMsg
/external/curl/lib/
H A Dmulti.c346 CURL *easy_handle)
350 struct SessionHandle *data = (struct SessionHandle *)easy_handle;
357 if(!GOOD_EASY_HANDLE(easy_handle))
505 nice to put the easy_handle in a good known state when this returns. */
590 if(msg->extmsg.easy_handle == easy) {
1751 msg->extmsg.easy_handle = data;
345 curl_multi_add_handle(CURLM *multi_handle, CURL *easy_handle) argument

Completed in 160 milliseconds