Home
last modified time | relevance | path

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

12

/curl/tests/data/
H A Dtest153431 CURLINFO_FILETIME init and reset
H A Dtest301039 HTTP retry-after reset
H A Dtest99225 SASL verify default mechanisms are reset by login options
H A Dtest46836 set -w in config, then reset -w to blank on cmdline
H A Dtest53233 FTP RETR same file using reset handles between each transfer
H A Dtest16038 HTTP with delayed close, conn reuse, connection reset and retry
H A Dtest207337 HTTP form posts with handle reset
H A Dtest190330 CURLOPT_COOKIEFILE then reset then set again
/curl/docs/cmdline-opts/
H A Dretry-max-time.md18 The retry timer is reset before the first transfer attempt. Retries are done
H A Dmax-time.md26 reset each time the transfer is retried. You can use --retry-max-time to limit
H A Dretry-all-errors.md30 file, which are not reset. We strongly suggest you do not parse or record
/curl/docs/libcurl/
H A Dcurl_easy_reset.md19 curl_easy_reset - reset all options of a libcurl session handle
H A Dcurl_mime_name.md42 reset the name of a part by setting *name* to NULL.
/curl/docs/libcurl/opts/
H A DCURLINFO_SIZE_DOWNLOAD_T.md34 were downloaded. The amount is only for the latest transfer and gets reset
H A DCURLINFO_SIZE_DOWNLOAD.md33 downloaded. The amount is only for the latest transfer and gets reset again
H A DCURLOPT_HTTPGET.md40 reset a handle to default method, consider curl_easy_reset(3).
H A DCURLINFO_OS_ERRNO.md30 Note that the value is only set on failure, it is not reset upon a successful
H A DCURLOPT_MIMEPOST.md45 is reset to GET. Instead you should set a desired request method explicitly.
H A DCURLOPT_POST.md68 default to disable the POST. Typically that means gets reset to GET. Instead
/curl/lib/vquic/
H A Dcurl_quiche.c176 BIT(reset); /* TRUE on stream reset */
467 stream->reset = TRUE; in cf_recv_body()
531 stream->reset = TRUE; in h3_process_event()
818 if(stream->reset) { in recv_closed_stream()
1059 stream->reset = FALSE; in h3_open_stream()
H A Dcurl_msh3.c176 bool reset; member
483 stream->reset = TRUE; in msh3_complete()
526 if(stream->reset) { in recv_closed_stream()
H A Dcurl_osslq.c219 BIT(reset);
586 bool reset; /* TRUE on stream reset */ member
748 stream->reset = TRUE; in cb_h3_stream_close()
1291 x->s->reset = TRUE; in h3_quic_recv()
1364 if(s->reset) { in cf_osslq_stream_recv()
2009 if(stream->reset) { in recv_closed_stream()
/curl/packages/vms/
H A Dbuild_vms.com935 $ reset = f$search("reset")
942 $ reset = f$search( "reset", 1)
/curl/lib/
H A Dcf-h2-proxy.c79 BIT(reset);
225 if(!tunnel->closed && !tunnel->reset && in drain_tunnel()
1299 else if(ctx->tunnel.reset) { in h2_handle_tunnel_close()
1331 else if(ctx->tunnel.reset || in tunnel_recv()
H A Dhttp2.c219 BIT(reset); /* TRUE on stream reset */
418 stream->reset = TRUE; in http2_data_done()
1170 stream->reset = TRUE; in on_stream_frame()
1452 stream->reset = TRUE; in on_stream_close()
1795 else if(stream->reset) { in http2_handle_stream_close()
1945 else if(stream->reset || in stream_recv()

Completed in 83 milliseconds

12