Home
last modified time | relevance | path

Searched refs:curl_easy_pause (Results 1 - 12 of 12) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib670.c93 curl_easy_pause(pooh->easy, CURLPAUSE_CONT); in xferinfo()
207 curl_easy_pause(pooh.easy, CURLPAUSE_CONT); in test()
H A Dlib1540.c52 curl_easy_pause(st->easy, CURLPAUSE_CONT); in please_continue()
H A Dlib1533.c94 curl_easy_pause(data->easy_handle, CURLPAUSE_CONT); in write_callback()
/third_party/curl/src/
H A Dtool_cb_rea.c128 curl_easy_pause(per->curl, CURLPAUSE_CONT); in tool_readbusy_cb()
H A Dtool_cb_prg.c226 curl_easy_pause(per->curl, CURLPAUSE_CONT); in tool_progress_cb()
H A Dtool_cb_wrt.c360 curl_easy_pause(per->curl, CURLPAUSE_CONT); in tool_write_cb()
H A Dtool_progress.c101 curl_easy_pause(per->curl, CURLPAUSE_CONT); in xferinfo_cb()
/third_party/curl/tests/http/clients/
H A Dh2-pausing.c319 curl_easy_pause(handles[i].h, CURLPAUSE_CONT); in main()
H A Dh2-download.c302 curl_easy_pause(t->easy, CURLPAUSE_CONT); in main()
/third_party/curl/lib/
H A Deasy.c1068 * curl_easy_pause() allows an application to pause or unpause a specific
1080 CURLcode curl_easy_pause(struct Curl_easy *data, int action) in curl_easy_pause() function
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c428 if(CURLE_OK != (ret = curl_easy_pause(proxy->curl_handle, CURLPAUSE_CONT))) in spdy_post_data_cb()
430 PRINT_INFO2("curl_easy_pause returned %i", ret); in spdy_post_data_cb()
/third_party/curl/include/curl/
H A Dcurl.h3189 * NAME curl_easy_pause()
3193 * The curl_easy_pause function pauses or unpauses transfers. Select the new
3197 CURL_EXTERN CURLcode curl_easy_pause(CURL *handle, int bitmask);

Completed in 14 milliseconds