Home
last modified time | relevance | path

Searched refs:paused (Results 1 – 8 of 8) sorted by relevance

/curl/tests/http/clients/
H A Dh2-pausing.c163 int paused; member
183 ++handle->paused; in cb()
185 handle->idx, handle->paused, (long)realsize); in cb()
186 assert(handle->paused == 1); in cb()
278 handles[i].paused = 0; in main()
318 if(!handles[i].paused) { in main()
322 else if(handles[i].paused != 1) { in main()
324 i, handles[i].paused); in main()
353 if(handles[i].paused != 1 || !handles[i].resumed) { in main()
355 "result %d - wtf?\n", i, handles[i].paused, in main()
[all …]
H A Dhx-download.c155 int paused; member
195 t->paused = 1; in my_write_cb()
420 if(!t->done && t->paused && t->easy) { in main()
432 if(!t->done && t->paused) { in main()
434 t->paused = 0; in main()
H A Dhx-upload.c158 int paused; member
224 t->paused = 1; in my_read_cb()
499 if(!t->done && t->paused && t->easy) { in main()
511 if(!t->done && t->paused) { in main()
513 t->paused = 0; in main()
/curl/tests/libtest/
H A Dlib1533.c39 int paused; member
48 data->paused = 0; in reset_data()
73 data->paused = 1; in read_callback()
91 if(data->paused) { in write_callback()
93 data->paused = 0; in write_callback()
/curl/docs/libcurl/
H A Dcurl_easy_pause.md30 paused, and you can unpause a connection that was previously paused. Unlike
34 A connection can be paused by using this function or by letting the read or
54 A paused transfer is excluded from low speed cancels via the
90 transfers over the connection is paused and the others continue flowing,
91 libcurl might end up buffering contents for the paused transfer. It has to do
93 already announced window size for the paused transfer allows the server to
96 buffering 32 megabyte of data for a paused stream.
98 When such a paused stream is unpaused again, any buffered data is delivered
129 pause. Consider not using paused receiving if you allow libcurl to uncompress
134 transfer is paused. This means that if a window size of 64 MB is used, libcurl
/curl/lib/
H A Dcw-out.c105 BIT(paused);
218 while(blen && !ctx->paused) { in cw_out_ptr_flush()
238 ctx->paused = TRUE; in cw_out_ptr_flush()
300 if(ctx->paused) in cw_out_flush_chain()
313 DEBUGASSERT(ctx->paused); in cw_out_flush_chain()
433 CURL_TRC_WRITE(data, "cw-out is%spaused", ctx->paused ? "" : " not"); in Curl_cw_out_is_paused()
434 return ctx->paused; in Curl_cw_out_is_paused()
448 if(unpause && ctx->paused) in cw_out_flush()
449 ctx->paused = FALSE; in cw_out_flush()
450 if(ctx->paused) in cw_out_flush()
H A Dhttp2.c296 bool paused) in cf_h2_update_local_win() argument
302 dwsize = paused ? 0 : cf_h2_get_desired_local_win(cf, data); in cf_h2_update_local_win()
339 bool paused) in cf_h2_update_local_win() argument
344 (void)paused; in cf_h2_update_local_win()
/curl/
H A DRELEASE-NOTES61 o multi.c: make stronger check for paused transfer before asserting [24]

Completed in 46 milliseconds