Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 13 of 13) sorted by relevance

/curl/docs/libcurl/
H A Dcurl_easy_pause.md16 curl_easy_pause - pause and unpause a connection
36 that returns pause signals to the library that it could not take care of any
50 The **handle** argument identifies the transfer you want to pause or
83 network connectivity, like FILE://. Trying to pause such a transfer, in any
107 /* pause a transfer in both directions */
126 pause. Consider not using paused receiving if you allow libcurl to uncompress
H A Dcurl_mime_data_cb.md81 connection to pause. See curl_easy_pause(3) for further details.
/curl/tests/data/
H A Dtest67047 Request pause from mime read callback: multi
H A Dtest67147 Request pause from mime read callback: easy
H A Dtest67247 Request pause from form read callback: multi
H A Dtest67347 Request pause from form read callback: easy
/curl/docs/libcurl/opts/
H A DCURLOPT_READFUNCTION.md58 connection to pause. See curl_easy_pause(3) for further details.
/curl/lib/vquic/
H A Dcurl_msh3.c754 bool pause) in h3_data_pause() argument
756 if(!pause) { in h3_data_pause()
H A Dcurl_quiche.c1179 bool pause) in h3_data_pause() argument
1183 if(!pause) { in h3_data_pause()
H A Dcurl_osslq.c630 bool pause) in h3_data_pause() argument
632 if(!pause) { in h3_data_pause()
H A Dcurl_ngtcp2.c1926 bool pause) in h3_data_pause() argument
1930 if(!pause) { in h3_data_pause()
/curl/lib/
H A Dhttp2.c2467 bool pause) in http2_data_pause() argument
2475 uint32_t window = pause? 0 : stream->local_window_size; in http2_data_pause()
2487 if(!pause) in http2_data_pause()
2493 if(!pause) { in http2_data_pause()
/curl/docs/
H A DTODO367 Return information about the transfer's current pause state, in both

Completed in 36 milliseconds