HomeSort by relevance Sort by last modified time
    Searched refs:CURLM_CALL_MULTI_PERFORM (Results 1 - 9 of 9) sorted by null

  /external/google-breakpad/src/third_party/curl/
multi.h 59 CURLM_CALL_MULTI_PERFORM = -1, /* please call curl_multi_perform() or
73 curl_multi_perform() and CURLM_CALL_MULTI_PERFORM */
74 #define CURLM_CALL_MULTI_SOCKET CURLM_CALL_MULTI_PERFORM
  /external/curl/include/curl/
multi.h 62 CURLM_CALL_MULTI_PERFORM = -1, /* please call curl_multi_perform() or
78 curl_multi_perform() and CURLM_CALL_MULTI_PERFORM */
79 #define CURLM_CALL_MULTI_SOCKET CURLM_CALL_MULTI_PERFORM
  /external/curl/lib/
multi.c     [all...]
strerror.c 352 case CURLM_CALL_MULTI_PERFORM:
  /external/libmicrohttpd/src/testcurl/
test_post_loop.c 378 while (CURLM_CALL_MULTI_PERFORM ==
415 while (CURLM_CALL_MULTI_PERFORM ==
  /system/update_engine/
libcurl_http_fetcher.cc 401 CURLMcode retcode = CURLM_CALL_MULTI_PERFORM;
405 while (CURLM_CALL_MULTI_PERFORM == retcode) {
  /external/curl/docs/examples/
asiohiper.cpp 112 case CURLM_CALL_MULTI_PERFORM:
113 s = "CURLM_CALL_MULTI_PERFORM";
  /external/libmicrohttpd/src/spdy2http/
proxy.c 961 && CURLM_CALL_MULTI_PERFORM != ret)
1145 && CURLM_CALL_MULTI_PERFORM != ret)
    [all...]
  /external/libbrillo/brillo/http/
http_transport_curl.cc 66 CHECK_NE(CURLM_CALL_MULTI_PERFORM, code)
67 << "CURL should no longer return CURLM_CALL_MULTI_PERFORM here";

Completed in 189 milliseconds