Home
last modified time | relevance | path

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

1234

/curl/docs/cmdline-opts/
H A Drange.md4 Long: range
7 Arg: <range>
16 - --range 22-44 $URL
19 # `--range`
21 Retrieve a byte range (i.e. a partial document) from an HTTP/1.1, FTP or SFTP
49 'start-stop' range syntax. If a non-digit character is given in the range, the
53 attempt to get a range, curl instead gets the whole document.
55 FTP and SFTP range downloads only support the simple 'start-stop' syntax
H A Dlocal-port.md5 Arg: <range>
18 Set a preferred single number or range (FROM-TO) of local port numbers to use
20 so setting this range to something too narrow might cause unnecessary
H A Dhaproxy-clientip.md23 4 integers in the range [0..255] inclusive written in decimal representation
28 acceptance of one double colon sequence to replace the largest acceptable range
/curl/tests/data/
H A Dtest16411 # server when asked for a 0-10,12-15 range (except gt/lt changed to {}
26 Content-range: bytes 0-10/3781
33 Content-range: bytes 12-15/3781
48 HTTP range with multiple ranges
H A Dtest115658 HTTP resume/range fail range-error content-range combinations
H A Dtest7525 HTTP, urlglob retrieval with bad range
39 curl: (3) bad range in URL position 47:
H A Dtest106326 Invalid large X- range on a file://
28 # This range value is 2**32+7, which will be truncated to the valid value 7
H A Dtest146343 -r, --range <range> Retrieve only the bytes within RANGE
H A Dtest103235 HTTP HEAD with --range
38 --range 1-3 --head http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest146443 -r, --range <range> Retrieve only the bytes within RANGE
H A Dtest33635 FTP range download when SIZE doesn't work
38 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --range 3-6
H A Dtest33735 FTP range download with SIZE returning extra crap
38 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --range 3-6
H A Dtest12837 [] range
30 globbing range with same start and stop
H A Dtest104014 HTTP/1.1 416 Invalid range
33 HTTP/1.1 416 Invalid range
H A Dtest105822 server as a result of setting an explicit byte range
33 HTTP range relative to end of file
H A Dtest1225 server as a result of setting an explicit byte range
36 HTTP range support
H A Dtest127315 HTTP/1.1 416 Invalid range
34 HTTP/1.1 416 Invalid range
H A Dtest147515 HTTP/1.1 416 Invalid range
35 HTTP/1.1 416 Invalid range
H A Dtest877 [] range
40 urlglob with out of range -o #[num] usage
H A Dtest123618 [] globbing overflowing the range counter
/curl/docs/libcurl/opts/
H A DCURLOPT_FTPPORT.md39 a '-' to specify a port range. If the port specified is 0, the operating
40 system picks a free port. If a range is provided and all ports in the range
42 handle. Invalid port/range settings are ignored. IPv6 addresses followed by a
43 port or port range have to be in brackets. IPv6 addresses without port/range
92 Port range support was added in 7.19.5
H A DCURLOPT_RANGE.md22 CURLOPT_RANGE - byte range to request
29 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_RANGE, char *range);
34 Pass a char pointer as parameter, which should contain the specified range you
42 servers to ignore range requests so even when you set CURLOPT_RANGE(3)
45 For RTSP, the formatting of a range should follow RFC 2326 Section 12.29. For
H A DCURLOPT_LOCALPORTRANGE.md24 long range);
29 Pass a long. The *range* argument is the number of attempts libcurl makes
/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c152 char range[128]; in main() local
184 curl_msnprintf(range, sizeof(range), "%" PRIu64 "-%" PRIu64, in main()
186 curl_easy_setopt(easy, CURLOPT_RANGE, range); in main()
/curl/lib/
H A Dcurl_range.c44 if(data->state.use_range && data->state.range) { in Curl_range()
47 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from); in Curl_range()

Completed in 29 milliseconds

1234