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

  /external/curl/src/
tool_cb_wrt.c 148 curl_easy_pause(config->easy, CURLPAUSE_CONT);
  /external/curl/tests/libtest/
lib1533.c 92 curl_easy_pause(data->easy_handle, CURLPAUSE_CONT);
  /system/update_engine/
libcurl_http_fetcher.cc 566 CHECK_EQ(curl_easy_pause(curl_handle_, CURLPAUSE_ALL), CURLE_OK);
587 CHECK_EQ(curl_easy_pause(curl_handle_, CURLPAUSE_CONT), CURLE_OK);
  /external/curl/lib/
easy.c 981 * curl_easy_pause() allows an application to pause or unpause a specific
990 CURLcode curl_easy_pause(struct Curl_easy *data, int action) function
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 428 if(CURLE_OK != (ret = curl_easy_pause(proxy->curl_handle, CURLPAUSE_CONT)))
430 PRINT_INFO2("curl_easy_pause returned %i", ret);
    [all...]

Completed in 131 milliseconds