Home
last modified time | relevance | path

Searched refs:ongoing (Results 1 – 7 of 7) sorted by relevance

/curl/tests/http/clients/
H A Dtls-session-reuse.c189 int add_more, waits, ongoing = 0; in main() local
242 ++ongoing; in main()
268 ++ongoing; in main()
298 --ongoing; in main()
307 } while(ongoing || add_more); in main()
/curl/docs/libcurl/opts/
H A DCURLOPT_MAXFILESIZE.md41 Since 8.4.0, this option also stops ongoing transfers if they reach this
H A DCURLOPT_MAXFILESIZE_LARGE.md42 Since 8.4.0, this option also stops ongoing transfers if they reach this
/curl/lib/
H A Dconnect.c612 int ongoing, not_started; in is_connected() local
624 ongoing = not_started = 0; in is_connected()
647 ++ongoing; in is_connected()
663 ++ongoing; in is_connected()
676 if((ongoing || not_started) && Curl_timeleft(data, &now, TRUE) < 0) { in is_connected()
702 ++ongoing; in is_connected()
711 if(ongoing > 0) { in is_connected()
/curl/docs/libcurl/
H A Dcurl_multi_perform.md108 activity on any of the ongoing transfers. As soon as one or more file
H A Dlibcurl-tutorial.md1017 There is an ongoing development today where more and more protocols are built
/curl/docs/
H A DFAQ96 5.13 How do I stop an ongoing transfer?
1308 5.13 How do I stop an ongoing transfer?

Completed in 31 milliseconds