Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 25 of 25) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_LOW_SPEED_TIME.md32 library to consider it too slow and abort.
49 /* abort if slower than 30 bytes/sec during 60 seconds */
H A DCURLOPT_LOW_SPEED_LIMIT.md35 slow and abort.
52 /* abort if slower than 30 bytes/sec during 60 seconds */
H A DCURLOPT_INTERLEAVEFUNCTION.md59 signals an error condition to the library. This causes the transfer to abort
62 You can also abort the transfer by returning CURL_WRITEFUNC_ERROR. (7.87.0)
H A DCURLOPT_TRAILERFUNCTION.md54 either continue with sending the trailers or to abort the request.
H A DCURLOPT_PROGRESSFUNCTION.md68 Return 1 from this callback to make libcurl abort the transfer and return
H A DCURLOPT_XFERINFOFUNCTION.md61 Return 1 from this callback to make libcurl abort the transfer and return
H A DCURLOPT_SOCKOPTFUNCTION.md32 #define CURL_SOCKOPT_ERROR 1 /* causes libcurl to abort and return
H A DCURLOPT_WRITEFUNCTION.md61 You can also abort the transfer by returning CURL_WRITEFUNC_ERROR (added in
H A DCURLOPT_HEADERFUNCTION.md58 You can also abort the transfer by returning CURL_WRITEFUNC_ERROR. (7.87.0)
/curl/tests/server/
H A Dsockfilt.c445 HANDLE abort; /* internal event to abort waiting threads */ member
464 handles[0] = data->abort; in select_ws_wait_thread()
608 data->abort = abort; in select_ws_wait()
637 HANDLE abort, signal, handle, *handles; in select_ws() local
666 abort = CreateEvent(NULL, TRUE, FALSE, NULL); in select_ws()
667 if(!abort) { in select_ws()
675 CloseHandle(abort); in select_ws()
683 CloseHandle(abort); in select_ws()
724 handle = select_ws_wait(handle, signal, abort); in select_ws()
810 SetEvent(abort); in select_ws()
[all …]
H A Dtftpd.c1272 goto abort; in recvtftp()
1286 goto abort; in recvtftp()
1289 goto abort; in recvtftp()
1294 goto abort; in recvtftp()
1312 goto abort; in recvtftp()
1335 goto abort; in recvtftp()
1341 abort: in recvtftp()
/curl/src/
H A Dtool_operate.h76 bool abort; /* when doing parallel transfers and this is TRUE then a critical member
H A Dtool_progress.c94 if(per->abort) in xferinfo_cb()
H A Dtool_operate.c2696 abort(); in cb_socket()
2743 per->abort = TRUE; in parallel_event()
2787 if(ended->abort && (tres == CURLE_ABORTED_BY_CALLBACK) && in check_finished()
2805 if(tres && (!ended->abort || !result)) in check_finished()
2883 per->abort = TRUE; in parallel_transfers()
/curl/docs/cmdline-opts/
H A Dspeed-time.md7 Help: Trigger 'speed-limit' abort after this time
/curl/m4/
H A Dzz40-xc-ovr.m495 # Verify that 'echo' command is available, otherwise abort.
124 # Verify that 'test' command is available, otherwise abort.
152 # Verify that 'PATH' variable is set, otherwise abort.
180 # Verify that 'expr' command is available, otherwise abort.
212 # Verify that 'sed' utility is found within 'PATH', otherwise abort.
245 # Verify that 'grep' utility is found within 'PATH', otherwise abort.
274 # Verify that 'tr' utility is found within 'PATH', otherwise abort.
303 # Verify that 'wc' utility is found within 'PATH', otherwise abort.
332 # Verify that 'cat' utility is found within 'PATH', otherwise abort.
/curl/tests/data/
H A Dtest123841 # if less than 1000 bytes/sec within 2 seconds, abort!
/curl/docs/examples/
H A Dmulti-event.c204 abort(); in handle_socket()
H A Dmulti-uv.c219 abort(); in cb_socket()
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md551 Low speed limit to abort transfer. See CURLOPT_LOW_SPEED_LIMIT(3)
555 Time to be below the speed to trigger low speed abort. See
H A Dlibcurl-errors.md245 Aborted by callback. A callback returned "abort" to libcurl.
H A Dlibcurl-security.md387 amount of data received within the write or progress callback and abort once
/curl/packages/vms/
H A Dcurl_gnv_build_steps.txt78 The make install process may abort if curl is already because it can not
/curl/docs/
H A DFAQ1085 on its own. --speed-limit/--speed-time will abort if the data transfer rate
1093 OS-specific mechanism, then signaling libcurl to abort (see also item 5.13).
1291 libcurl will then abort the transfer.
1320 think the transfer is done or when you wish to abort the transfer.
H A DKNOWN_BUGS322 authentication causes libcurl to abort trying other options if the failed

Completed in 53 milliseconds