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

  /external/curl/include/curl/
multi.h 91 } CURLMSG;
93 struct CURLMsg {
94 CURLMSG msg; /* what this message means */
101 typedef struct CURLMsg CURLMsg;
220 * The 'CURLMsg' struct is meant to be very simple and only contain
233 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
  /external/google-breakpad/src/third_party/curl/
multi.h 81 } CURLMSG;
83 struct CURLMsg {
84 CURLMSG msg; /* what this message means */
91 typedef struct CURLMsg CURLMsg;
183 * The 'CURLMsg' struct is meant to be very simple and only contain
196 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,

Completed in 49 milliseconds