Lines Matching refs:clength
1593 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()
2044 URL->length = clength; in http_request_body()