Searched refs:curl_easy_pause (Results 1 - 12 of 12) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib670.c | 93 curl_easy_pause(pooh->easy, CURLPAUSE_CONT); in xferinfo() 207 curl_easy_pause(pooh.easy, CURLPAUSE_CONT); in test()
|
H A D | lib1540.c | 52 curl_easy_pause(st->easy, CURLPAUSE_CONT); in please_continue()
|
H A D | lib1533.c | 94 curl_easy_pause(data->easy_handle, CURLPAUSE_CONT); in write_callback()
|
/third_party/curl/src/ |
H A D | tool_cb_rea.c | 128 curl_easy_pause(per->curl, CURLPAUSE_CONT); in tool_readbusy_cb()
|
H A D | tool_cb_prg.c | 226 curl_easy_pause(per->curl, CURLPAUSE_CONT); in tool_progress_cb()
|
H A D | tool_cb_wrt.c | 360 curl_easy_pause(per->curl, CURLPAUSE_CONT); in tool_write_cb()
|
H A D | tool_progress.c | 101 curl_easy_pause(per->curl, CURLPAUSE_CONT); in xferinfo_cb()
|
/third_party/curl/tests/http/clients/ |
H A D | h2-pausing.c | 319 curl_easy_pause(handles[i].h, CURLPAUSE_CONT); in main()
|
H A D | h2-download.c | 302 curl_easy_pause(t->easy, CURLPAUSE_CONT); in main()
|
/third_party/curl/lib/ |
H A D | easy.c | 1068 * 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 D | proxy.c | 428 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 D | curl.h | 3189 * 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