Searched refs:CURLMsg (Results 1 – 25 of 46) 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 | 89 struct CURLMsg { struct 97 typedef struct CURLMsg CURLMsg; argument 229 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
|
/external/curl/docs/examples/ |
D | multi-uv.c | 103 CURLMsg *message; in check_multi_info() 135 CURLMsg *message; in curl_perform()
|
D | multi-app.c | 50 CURLMsg *msg; /* for picking up messages with the transfer status */ in main()
|
D | 10-at-a-time.c | 114 CURLMsg *msg; in main()
|
/external/libbrillo/brillo/http/ |
D | curl_api.h | 81 virtual CURLMsg* MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) = 0; 169 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/lib/ |
D | multihandle.h | 29 struct CURLMsg extmsg;
|
D | easy.c | 579 CURLMsg *msg; in wait_or_timeout() 721 CURLMsg *msg = curl_multi_info_read(multi, &rc); in easy_transfer()
|
/external/curl/tests/libtest/ |
D | lib1500.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 | 59 CURLMsg *msg; in test()
|
D | lib591.c | 45 CURLMsg *msg; in test()
|
D | lib1515.c | 59 CURLMsg *msg; in do_one_request()
|
D | lib540.c | 105 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/libmicrohttpd/src/testcurl/https/ |
D | test_empty_response.c | 75 struct CURLMsg *msg; in testInternalSelectGet()
|
D | test_https_get_select.c | 89 struct CURLMsg *msg; in testExternalGet()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_callback.c | 95 struct CURLMsg *msg; in main()
|
D | test_process_arguments.c | 125 struct CURLMsg *msg; in testExternalGet()
|
D | test_parse_cookies.c | 122 struct CURLMsg *msg; in testExternalGet()
|
/external/curl/tests/data/ |
D | test1135 | 82 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
|
12