Searched refs:aborted (Results 1 – 25 of 26) sorted by relevance
12
/curl/lib/ |
H A D | conncache.h | 48 bool aborted); typedef 145 bool aborted);
|
H A D | conncache.c | 86 bool aborted); 697 bool aborted) in cpool_discard_conn() argument 709 if(CONN_INUSE(conn) && !aborted) { in cpool_discard_conn() 719 aborted = TRUE; in cpool_discard_conn() 720 conn->bits.aborted = aborted; in cpool_discard_conn() 727 if(aborted) in cpool_discard_conn() 776 bool aborted) in Curl_cpool_disconnect() argument 788 if(CONN_INUSE(conn) && !aborted) { in Curl_cpool_disconnect() 806 aborted = cpool->disconnect_cb(data, conn, aborted); in Curl_cpool_disconnect() 817 cpool_close_and_destroy(NULL, conn, data, !aborted); in Curl_cpool_disconnect() [all …]
|
H A D | url.h | 41 struct connectdata *, bool aborted);
|
H A D | request.h | 186 struct Curl_easy *data, bool aborted);
|
H A D | request.c | 101 struct Curl_easy *data, bool aborted) in Curl_req_done() argument 104 if(!aborted) in Curl_req_done()
|
H A D | url.c | 620 struct connectdata *conn, bool aborted) in Curl_on_disconnect() argument 635 conn->connection_id, aborted)); in Curl_on_disconnect() 648 aborted = TRUE; in Curl_on_disconnect() 650 return aborted; in Curl_on_disconnect()
|
/curl/tests/data/ |
H A D | test513 | 38 # 42 - aborted by callback
|
H A D | test587 | 32 HTTP multi-part formpost with aborted read callback
|
H A D | test1662 | 62 # aborted early making it hard to check properly.
|
H A D | test493 | 70 # Proxy CONNECT aborted
|
H A D | test441 | 71 # Proxy CONNECT aborted
|
H A D | test440 | 72 # Proxy CONNECT aborted
|
H A D | test1538 | 77 e42: Operation was aborted by an application callback 150 m11: Operation was aborted by an application callback
|
/curl/docs/cmdline-opts/ |
H A D | speed-limit.md | 22 number of seconds, it gets aborted. The time period is set with --speed-time
|
H A D | speed-time.md | 21 speed-time period, the transfer is aborted. If speed-time is used, the default
|
H A D | quote.md | 34 aborted.
|
/curl/tests/http/testenv/mod_curltest/ |
H A D | mod_curltest.c | 311 c->aborted) { in curltest_echo_handler() 512 "close=%d", r->status, c->aborted, close_conn); in curltest_tweak_handler() 644 || c->aborted) { in curltest_put_handler() 714 || c->aborted) { in curltest_1_1_required() 826 || c->aborted) { in curltest_sslinfo_handler()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_MAXFILESIZE.md | 31 value, the transfer is aborted and *CURLE_FILESIZE_EXCEEDED* is returned.
|
H A D | CURLOPT_MAXFILESIZE_LARGE.md | 34 this value, the transfer is aborted and *CURLE_FILESIZE_EXCEEDED* is
|
H A D | CURLMOPT_TIMERFUNCTION.md | 57 handle are aborted and made to fail.
|
H A D | CURLMOPT_SOCKETFUNCTION.md | 65 multi handle are aborted and made to fail.
|
H A D | CURLOPT_WRITEFUNCTION.md | 59 aborted and the libcurl function used returns *CURLE_WRITE_ERROR*.
|
H A D | CURLOPT_HEADERFUNCTION.md | 56 aborted and the libcurl function used returns *CURLE_WRITE_ERROR*.
|
/curl/packages/vms/ |
H A D | curlmsg.msg | 90 ABORTED_BY_CALLBACK <aborted by callback>
|
/curl/lib/vquic/ |
H A D | curl_msh3.c | 468 bool aborted, uint64_t error) in msh3_complete() argument 482 if(aborted) in msh3_complete()
|
Completed in 41 milliseconds
12