Home
last modified time | relevance | path

Searched refs:CURLMsg (Results 1 – 25 of 34) sorted by relevance

12

/external/google-breakpad/src/third_party/curl/
Dmulti.h83 struct CURLMsg { struct
91 typedef struct CURLMsg CURLMsg; argument
196 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
/external/curl/include/curl/
Dmulti.h95 struct CURLMsg { struct
103 typedef struct CURLMsg CURLMsg; typedef
235 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
/external/libbrillo/brillo/http/
Dcurl_api.h81 virtual CURLMsg* MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) = 0;
180 CURLMsg* MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) override;
Dmock_curl_api.h38 MOCK_METHOD2(MultiInfoRead, CURLMsg*(CURLM*, int*));
Dcurl_api.cc133 CURLMsg* CurlApi::MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) { in MultiInfoRead()
/external/curl/tests/libtest/
Dlib1500.c37 CURLMsg *msg; in test()
Dlib1552.c37 CURLMsg *msg; in test()
Dlib507.c37 CURLMsg *msg; in test()
Dlib504.c78 CURLMsg *msg = curl_multi_info_read(m, &numleft); in test()
Dlib597.c48 CURLMsg *msg; in test()
Dlib591.c43 CURLMsg *msg; in test()
Dlib1531.c38 CURLMsg *msg; /* for picking up messages with the transfer status */ in test()
Dlib1515.c60 CURLMsg *msg; in do_one_request()
Dlib540.c103 CURLMsg *msg; in loop()
Dlib1900.c139 CURLMsg *msg; /* for picking up messages with the transfer status */ in test()
Dlib582.c151 CURLMsg *message; in checkForCompletion()
/external/curl/lib/
Dmultihandle.h31 struct CURLMsg extmsg;
Deasy.c496 CURLMsg *msg; in wait_or_timeout()
631 CURLMsg *msg = curl_multi_info_read(multi, &rc); in easy_transfer()
/external/curl/docs/examples/
D10-at-a-time.c108 CURLMsg *msg; in main()
Dmulti-app.c54 CURLMsg *msg; /* for picking up messages with the transfer status */ in main()
Dhttp2-pushinmemory.c133 struct CURLMsg *m; in main()
Dmulti-uv.c99 CURLMsg *message; in check_multi_info()
Dcrawler.c175 CURLMsg *m = NULL; in main()
Dhttp2-serverpush.c218 struct CURLMsg *m; in main()
/external/curl/tests/data/
Dtest113596 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,

12