Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libfetch/
Dhttp.c1548 off_t offset, clength, length, size; in http_request_body() local
1585 clength = -1; in http_request_body()
1836 http_parse_length(p, &clength); in http_request_body()
1928 clength = -1; in http_request_body()
1967 (long long)size, (long long)clength)); in http_request_body()
1975 if (clength != -1 && length != -1 && clength != length) { in http_request_body()
1979 if (clength == -1) in http_request_body()
1980 clength = length; in http_request_body()
1981 if (clength != -1) in http_request_body()
1982 length = offset + clength; in http_request_body()
[all …]