Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c1571 off_t offset, clength, length, size; in http_request_body() local
1608 clength = -1; in http_request_body()
1852 http_parse_length(p, &clength); in http_request_body()
1947 clength = -1; in http_request_body()
1985 (long long)size, (long long)clength); in http_request_body()
1993 if (clength != -1 && length != -1 && clength != length) { in http_request_body()
1997 if (clength == -1) in http_request_body()
1998 clength = length; in http_request_body()
1999 if (clength != -1) in http_request_body()
2000 length = offset + clength; in http_request_body()
[all …]