Home
last modified time | relevance | path

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

1234

/curl/tests/http/
H A Dtest_31_vsftpds.py177 for i in range(count):
H A Dtest_30_vsftpd.py168 for i in range(count):
H A Dtest_02_download.py539 for i in range(count):
/curl/lib/
H A Drtsp.c421 if(!Curl_checkheaders(data, STRCONST("Range")) && data->state.range) { in rtsp_do()
423 data->state.aptr.rangeline = aprintf("Range: %s\r\n", data->state.range); in rtsp_do()
H A Dfile.c458 if(fstated && !data->state.range && data->set.timecondition && in file_do()
H A Durl.c261 free(data->state.range); in Curl_close()
1967 free(s->range);
1970 s->range = aprintf("%" CURL_FORMAT_CURL_OFF_T "-", s->resume_from);
1972 s->range = strdup(data->set.str[STRING_SET_RANGE]);
1974 s->rangestringalloc = (s->range) ? TRUE : FALSE;
1976 if(!s->range)
H A Dhttp.c2335 data->state.range); in Curl_http_range()
2364 data->state.range, total_len-1, total_len); in Curl_http_range()
2371 data->state.range, req_clen); in Curl_http_range()
2421 if(data->set.timecondition && !data->state.range) { in Curl_http_firstwrite()
H A Durldata.h1272 char *range; /* range, if used. See README for detailed specification on member
/curl/docs/cmdline-opts/
H A DMakefile.inc233 range.md \
/curl/tests/http/testenv/
H A Dcurl.py542 for i in range(100):
657 for i in range(100):
H A Denv.py568 for i in range(int(fsize / 1024)):
/curl/src/
H A Dtool_getparam.c2653 Curl_safefree(config->range); in getparameter()
2654 config->range = strdup(buffer); in getparameter()
2655 if(!config->range) in getparameter()
2672 err = getstr(&config->range, nextarg, DENY_BLANK); in getparameter()
H A Dtool_operate.c1482 my_setopt_str(curl, CURLOPT_RANGE, config->range); in single_transfer()
/curl/tests/data/
H A Dtest153868 e33: Requested range was not delivered by the server
/curl/docs/libcurl/
H A Dcurl_url_get.md98 anything outside the ASCII range.
H A Dcurl_easy_setopt.md373 Bind connection locally to port range. See CURLOPT_LOCALPORTRANGE(3)
1388 invalid, like perhaps out of range.
H A Dlibcurl-errors.md203 The server does not support or accept range requests.
H A Dlibcurl-security.md283 FILE protocol in curl or be prepared that accesses to a range of "magic paths"
/curl/docs/
H A DFAQ72 4.11 Why do my HTTP range requests return the full document?
160 Since curl uses libcurl, curl supports the same wide range of common
204 builds and runs under a wide range of operating systems, including all
936 4.11 Why do my HTTP range requests return the full document?
938 Because the range may not be supported by the server, or the server may
1112 If you want your command line to treat error codes in the 400 and up range
H A DTODO902 packets that are within a certain size range because how that sets some bits
904 extension adds padding to avoid that size range.
1033 Downloads a range or set of URLs using the remote name, but only if the
1214 multiple separate range downloads that get combined into a single final
H A DKNOWN_BUGS570 This makes '--local-port [range]' to not work since curl cannot properly
/curl/lib/vssh/
H A Dlibssh.c1639 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from); in myssh_statemach_act()
H A Dlibssh2.c2523 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from); in ssh_statemach_act()

Completed in 152 milliseconds

1234