Home
last modified time | relevance | path

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

1234

/curl/tests/http/
H A Dtest_30_vsftpd.py194 for i in range(count):
H A Dtest_31_vsftpds.py225 for i in range(count):
H A Dtest_02_download.py543 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()
1957 free(s->range);
1960 s->range = aprintf("%" FMT_OFF_T "-", s->resume_from);
1962 s->range = strdup(data->set.str[STRING_SET_RANGE]);
1964 s->rangestringalloc = (s->range) ? TRUE : FALSE;
1966 if(!s->range)
H A Dhttp.c2332 data->state.range); in Curl_http_range()
2359 data->state.range, total_len-1, total_len); in Curl_http_range()
2366 data->state.range, req_clen); in Curl_http_range()
2416 if(data->set.timecondition && !data->state.range) { in Curl_http_firstwrite()
H A Durldata.h1257 char *range; /* range, if used. See README for detailed specification on member
/curl/docs/cmdline-opts/
H A DMakefile.inc233 range.md \
/curl/src/
H A Dtool_getparam.c2412 Curl_safefree(config->range); in getparameter()
2413 config->range = strdup(buffer); in getparameter()
2414 if(!config->range) in getparameter()
2431 err = getstr(&config->range, nextarg, DENY_BLANK); in getparameter()
H A Dtool_operate.c1518 my_setopt_str(curl, CURLOPT_RANGE, config->range); in single_transfer()
/curl/tests/http/testenv/
H A Dcurl.py556 for i in range(100):
671 for i in range(100):
H A Denv.py575 for i in range(int(fsize / line_length)):
/curl/tests/data/
H A Dtest153868 e33: Requested range was not delivered by the server
/curl/docs/libcurl/
H A Dcurl_url_get.md99 anything outside the ASCII range.
H A Dcurl_easy_setopt.md543 Bind connection locally to port range. See CURLOPT_LOCALPORTRANGE(3)
1359 invalid, like perhaps out of range.
H A Dlibcurl-errors.md204 The server does not support or accept range requests.
H A Dlibcurl-security.md284 FILE protocol in curl or be prepared that accesses to a range of "magic paths"
/curl/tests/
H A Druntests.md33 specify a range of tests like `45 to 67`.
/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
935 4.11 Why do my HTTP range requests return the full document?
937 Because the range may not be supported by the server, or the server may
1111 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.
1026 Downloads a range or set of URLs using the remote name, but only if the
1201 multiple separate range downloads that get combined into a single final
H A DKNOWN_BUGS529 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.c2524 from_t = curlx_strtoofft(data->state.range, &ptr, 10, &from); in ssh_statemach_act()

Completed in 134 milliseconds

1234