Home
last modified time | relevance | path

Searched refs:clength (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libfetch/
H A Dhttp.c1593 off_t offset, clength, length, size; in http_request_body() local
1630 clength = -1; in http_request_body()
1874 http_parse_length(p, &clength); in http_request_body()
1969 clength = -1; in http_request_body()
2007 (long long)size, (long long)clength); in http_request_body()
2015 if (clength != -1 && length != -1 && clength != length) { in http_request_body()
2019 if (clength == -1) in http_request_body()
2020 clength = length; in http_request_body()
2021 if (clength != -1) in http_request_body()
2022 length = offset + clength; in http_request_body()
[all …]