Searched refs:CURLMsg (Results 1 – 25 of 37) sorted by relevance
12
/external/google-breakpad/src/third_party/curl/ |
D | multi.h | 83 struct CURLMsg { struct 91 typedef struct CURLMsg CURLMsg; typedef 196 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
|
/external/curl/include/curl/ |
D | multi.h | 97 struct CURLMsg { struct 105 typedef struct CURLMsg CURLMsg; argument 260 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
|
/external/curl/tests/libtest/ |
D | lib1500.c | 37 CURLMsg *msg; in test()
|
D | lib1552.c | 37 CURLMsg *msg; in test()
|
D | lib507.c | 37 CURLMsg *msg; in test()
|
D | lib504.c | 78 CURLMsg *msg = curl_multi_info_read(m, &numleft); in test()
|
D | lib597.c | 48 CURLMsg *msg; in test()
|
D | lib591.c | 43 CURLMsg *msg; in test()
|
D | lib1531.c | 38 CURLMsg *msg; /* for picking up messages with the transfer status */ in test()
|
D | lib1515.c | 60 CURLMsg *msg; in do_one_request()
|
D | lib1565.c | 100 struct CURLMsg *message; in test()
|
D | lib540.c | 103 CURLMsg *msg; in loop()
|
D | lib670.c | 107 CURLMsg *msg; in test()
|
D | lib582.c | 151 CURLMsg *message; in checkForCompletion()
|
/external/libbrillo/brillo/http/ |
D | curl_api.h | 81 virtual CURLMsg* MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) = 0; 180 CURLMsg* MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) override;
|
D | mock_curl_api.h | 59 MOCK_METHOD(CURLMsg*, MultiInfoRead, (CURLM*, int*), (override));
|
D | curl_api.cc | 133 CURLMsg* CurlApi::MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) { in MultiInfoRead()
|
/external/curl/lib/ |
D | multihandle.h | 32 struct CURLMsg extmsg;
|
/external/curl/docs/examples/ |
D | 10-at-a-time.c | 108 CURLMsg *msg; in main()
|
D | multi-app.c | 54 CURLMsg *msg; /* for picking up messages with the transfer status */ in main()
|
D | http2-pushinmemory.c | 133 struct CURLMsg *m; in main()
|
D | multi-uv.c | 99 CURLMsg *message; in check_multi_info()
|
D | multi-event.c | 89 CURLMsg *message; in check_multi_info()
|
D | crawler.c | 176 CURLMsg *m = NULL; in main()
|
D | http2-serverpush.c | 218 struct CURLMsg *m; in main()
|
12