Searched refs:clength (Results 1 – 1 of 1) sorted by relevance
1548 off_t offset, clength, length, size; in http_request_body() local1585 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 …]