Searched refs:range (Results 1 – 25 of 99) sorted by relevance
1234
/curl/docs/cmdline-opts/ |
H A D | range.md | 4 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 D | local-port.md | 5 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 D | haproxy-clientip.md | 23 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 D | test164 | 11 # 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 D | test1156 | 58 HTTP resume/range fail range-error content-range combinations
|
H A D | test75 | 25 HTTP, urlglob retrieval with bad range 39 curl: (3) bad range in URL position 47:
|
H A D | test1463 | 42 -r, --range <range> Retrieve only the bytes within RANGE
|
H A D | test1063 | 26 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 D | test1464 | 42 -r, --range <range> Retrieve only the bytes within RANGE
|
H A D | test1032 | 35 HTTP HEAD with --range 38 --range 1-3 --head http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test336 | 35 FTP range download when SIZE doesn't work 38 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --range 3-6
|
H A D | test337 | 35 FTP range download with SIZE returning extra crap 38 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --range 3-6
|
H A D | test1040 | 14 HTTP/1.1 416 Invalid range 33 HTTP/1.1 416 Invalid range
|
H A D | test1058 | 22 server as a result of setting an explicit byte range 33 HTTP range relative to end of file
|
H A D | test1283 | 7 [] range 30 globbing range with same start and stop
|
H A D | test12 | 25 server as a result of setting an explicit byte range 36 HTTP range support
|
H A D | test1273 | 15 HTTP/1.1 416 Invalid range 34 HTTP/1.1 416 Invalid range
|
H A D | test1475 | 15 HTTP/1.1 416 Invalid range 35 HTTP/1.1 416 Invalid range
|
H A D | test87 | 7 [] range 40 urlglob with out of range -o #[num] usage
|
H A D | test1236 | 18 [] globbing overflowing the range counter
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_RANGE.md | 23 CURLOPT_RANGE - byte range to request 30 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_RANGE, char *range); 35 Pass a char pointer as parameter, which should contain the specified range you 43 servers to ignore range requests so even when you set CURLOPT_RANGE(3) 46 For RTSP, the formatting of a range should follow RFC 2326 Section 12.29. For
|
H A D | CURLOPT_FTPPORT.md | 40 a '-' to specify a port range. If the port specified is 0, the operating 41 system picks a free port. If a range is provided and all ports in the range 43 handle. Invalid port/range settings are ignored. IPv6 addresses followed by a 44 port or port range have to be in brackets. IPv6 addresses without port/range
|
H A D | CURLOPT_LOCALPORTRANGE.md | 25 long range); 30 Pass a long. The *range* argument is the number of attempts libcurl makes
|
/curl/tests/http/clients/ |
H A D | h2-upgrade-extreme.c | 149 char range[128]; in main() local 181 curl_msnprintf(range, sizeof(range), in main() 186 curl_easy_setopt(easy, CURLOPT_RANGE, range); in main()
|
/curl/lib/ |
H A D | curl_range.c | 44 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 21 milliseconds
1234