Home
last modified time | relevance | path

Searched refs:CURLMsg (Results 1 – 25 of 48) 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.h93 struct CURLMsg { struct
101 typedef struct CURLMsg CURLMsg; argument
233 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()
Dlib507.c37 CURLMsg *msg; in test()
Dlib504.c78 CURLMsg *msg = curl_multi_info_read(m, &numleft); in test()
Dlib1531.c38 CURLMsg *msg; /* for picking up messages with the transfer status */ in test()
Dlib597.c59 CURLMsg *msg; in test()
Dlib591.c45 CURLMsg *msg; in test()
Dlib1515.c60 CURLMsg *msg; in do_one_request()
Dlib540.c105 CURLMsg *msg; in loop()
Dlib1900.c139 CURLMsg *msg; /* for picking up messages with the transfer status */ in test()
/external/curl/lib/
Dmultihandle.h29 struct CURLMsg extmsg;
Deasy.c568 CURLMsg *msg; in wait_or_timeout()
705 CURLMsg *msg = curl_multi_info_read(multi, &rc); in easy_transfer()
/external/curl/docs/examples/
Dmulti-app.c54 CURLMsg *msg; /* for picking up messages with the transfer status */ in main()
D10-at-a-time.c115 CURLMsg *msg; in main()
Dmulti-uv.c99 CURLMsg *message; in check_multi_info()
Dhttp2-serverpush.c207 struct CURLMsg *m; in main()
/external/libmicrohttpd/src/testcurl/
Dtest_callback.c95 struct CURLMsg *msg; in main()
Dtest_parse_cookies.c122 struct CURLMsg *msg; in testExternalGet()
Dtest_process_arguments.c125 struct CURLMsg *msg; in testExternalGet()
/external/libmicrohttpd/src/testcurl/https/
Dtest_empty_response.c75 struct CURLMsg *msg; in testInternalSelectGet()
Dtest_https_get_select.c89 struct CURLMsg *msg; in testExternalGet()

12