HomeSort by relevance Sort by last modified time
    Searched refs:CURLMsg (Results 1 - 25 of 47) sorted by null

1 2

  /external/google-breakpad/src/third_party/curl/
multi.h 81 } CURLMSG;
83 struct CURLMsg {
84 CURLMSG msg; /* what this message means */
91 typedef struct CURLMsg CURLMsg;
183 * The 'CURLMsg' struct is meant to be very simple and only contain
196 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
  /external/curl/include/curl/
multi.h 91 } CURLMSG;
93 struct CURLMsg {
94 CURLMSG msg; /* what this message means */
101 typedef struct CURLMsg CURLMsg;
220 * The 'CURLMsg' struct is meant to be very simple and only contain
233 CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle,
  /external/curl/lib/
multihandle.h 28 /* the 'CURLMsg' is the part that is visible to the external user */
29 struct CURLMsg extmsg;
checksrc.pl 477 if(($l =~ /(^.*(char|int|long|void|curl_slist|CURL|CURLM|CURLMsg|curl_httppost) *(\*+)) (\w+)/) && ($4 ne "const")) {
483 if(($l =~ /(^.*(char|int|long|void|curl_slist|CURL|CURLM|CURLMsg|curl_httppost|sockaddr_in|FILE)\*)/)) {
  /external/curl/tests/libtest/
lib1500.c 37 CURLMsg *msg;
lib1531.c 38 CURLMsg *msg; /* for picking up messages with the transfer status */
lib504.c 78 CURLMsg *msg = curl_multi_info_read(m, &numleft);
lib507.c 37 CURLMsg *msg;
lib591.c 45 CURLMsg *msg;
lib597.c 59 CURLMsg *msg;
lib1515.c 60 CURLMsg *msg;
lib540.c 105 CURLMsg *msg;
176 fprintf(stderr, "E: CURLMsg (%d)\n", (int)msg->msg);
lib1900.c 139 CURLMsg *msg; /* for picking up messages with the transfer status */
lib582.c 151 CURLMsg *message;
  /external/libbrillo/brillo/http/
mock_curl_api.h 38 MOCK_METHOD2(MultiInfoRead, CURLMsg*(CURLM*, int*));
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;
curl_api.cc 133 CURLMsg* CurlApi::MultiInfoRead(CURLM* multi_handle, int* msgs_in_queue) {
  /external/curl/docs/examples/
10-at-a-time.c 115 CURLMsg *msg;
184 fprintf(stderr, "E: CURLMsg (%d)\n", msg->msg);
multi-app.c 54 CURLMsg *msg; /* for picking up messages with the transfer status */
multi-uv.c 99 CURLMsg *message;
126 fprintf(stderr, "CURLMSG default\n");
http2-serverpush.c 207 struct CURLMsg *m;
  /external/libmicrohttpd/src/testcurl/https/
test_empty_response.c 75 struct CURLMsg *msg;
test_https_get_select.c 89 struct CURLMsg *msg;
  /external/libmicrohttpd/src/testcurl/
test_callback.c 95 struct CURLMsg *msg;
test_parse_cookies.c 122 struct CURLMsg *msg;

Completed in 415 milliseconds

1 2