/curl/docs/libcurl/opts/ |
H A D | CURLOPT_LOW_SPEED_TIME.md | 32 library to consider it too slow and abort. 49 /* abort if slower than 30 bytes/sec during 60 seconds */
|
H A D | CURLOPT_LOW_SPEED_LIMIT.md | 35 slow and abort. 52 /* abort if slower than 30 bytes/sec during 60 seconds */
|
H A D | CURLOPT_INTERLEAVEFUNCTION.md | 59 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 D | CURLOPT_TRAILERFUNCTION.md | 54 either continue with sending the trailers or to abort the request.
|
H A D | CURLOPT_PROGRESSFUNCTION.md | 68 Return 1 from this callback to make libcurl abort the transfer and return
|
H A D | CURLOPT_XFERINFOFUNCTION.md | 61 Return 1 from this callback to make libcurl abort the transfer and return
|
H A D | CURLOPT_SOCKOPTFUNCTION.md | 32 #define CURL_SOCKOPT_ERROR 1 /* causes libcurl to abort and return
|
H A D | CURLOPT_WRITEFUNCTION.md | 61 You can also abort the transfer by returning CURL_WRITEFUNC_ERROR (added in
|
H A D | CURLOPT_HEADERFUNCTION.md | 58 You can also abort the transfer by returning CURL_WRITEFUNC_ERROR. (7.87.0)
|
/curl/tests/server/ |
H A D | sockfilt.c | 445 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 D | tftpd.c | 1272 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 D | tool_operate.h | 76 bool abort; /* when doing parallel transfers and this is TRUE then a critical member
|
H A D | tool_progress.c | 94 if(per->abort) in xferinfo_cb()
|
H A D | tool_operate.c | 2630 abort(); in cb_socket() 2677 per->abort = TRUE; in parallel_event() 2721 if(ended->abort && (tres == CURLE_ABORTED_BY_CALLBACK) && in check_finished() 2739 if(tres && (!ended->abort || !result)) in check_finished() 2820 per->abort = TRUE; in parallel_transfers()
|
/curl/docs/cmdline-opts/ |
H A D | speed-time.md | 7 Help: Trigger 'speed-limit' abort after this time
|
/curl/m4/ |
H A D | zz40-xc-ovr.m4 | 95 # 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 D | test1238 | 41 # if less than 1000 bytes/sec within 2 seconds, abort!
|
/curl/docs/examples/ |
H A D | multi-event.c | 204 abort(); in handle_socket()
|
H A D | multi-uv.c | 219 abort(); in cb_socket()
|
/curl/docs/libcurl/ |
H A D | curl_easy_setopt.md | 551 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 D | libcurl-errors.md | 245 Aborted by callback. A callback returned "abort" to libcurl.
|
H A D | libcurl-security.md | 387 amount of data received within the write or progress callback and abort once
|
/curl/packages/vms/ |
H A D | curl_gnv_build_steps.txt | 78 The make install process may abort if curl is already because it can not
|
/curl/docs/ |
H A D | FAQ | 1085 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 D | KNOWN_BUGS | 331 authentication causes libcurl to abort trying other options if the failed
|