Searched refs:CURLMsg (Results 1 – 25 of 34) sorted by relevance
12
/external/google-breakpad/src/third_party/curl/ |
D | multi.h | 83 struct CURLMsg { struct 91 typedef struct CURLMsg CURLMsg; argument 196 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
|
/external/curl/include/curl/ |
D | multi.h | 95 struct CURLMsg { struct 103 typedef struct CURLMsg CURLMsg; argument 235 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
|
/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 | 38 MOCK_METHOD2(MultiInfoRead, CURLMsg*(CURLM*, int*));
|
D | curl_api.cc | 133 CURLMsg* CurlApi::MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) { in MultiInfoRead()
|
/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 | lib540.c | 103 CURLMsg *msg; in loop()
|
D | lib1900.c | 139 CURLMsg *msg; /* for picking up messages with the transfer status */ in test()
|
D | lib582.c | 151 CURLMsg *message; in checkForCompletion()
|
/external/curl/lib/ |
D | multihandle.h | 31 struct CURLMsg extmsg;
|
D | easy.c | 496 CURLMsg *msg; in wait_or_timeout() 631 CURLMsg *msg = curl_multi_info_read(multi, &rc); in easy_transfer()
|
/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 | crawler.c | 175 CURLMsg *m = NULL; in main()
|
D | http2-serverpush.c | 218 struct CURLMsg *m; in main()
|
/external/curl/tests/data/ |
D | test1135 | 96 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
|
12