Searched refs:clength (Results 1 – 5 of 5) sorted by relevance
810 off_t offset, clength, length, size; in _http_request() local839 clength = -1; in _http_request()1011 _http_parse_length(p, &clength); in _http_request()1110 (long long)size, (long long)clength)); in _http_request()1113 if (clength != -1 && length != -1 && clength != length) { in _http_request()1117 if (clength == -1) in _http_request()1118 clength = length; in _http_request()1119 if (clength != -1) in _http_request()1120 length = offset + clength; in _http_request()1142 URL->length = (unsigned) clength; in _http_request()
14 if {[clength $line] == 0 || [ctype space $line]} continue
3004 size_t clength = wcslen(fd.cFileName.ptr);3005 _name = buildPath(path, fd.cFileName[0 .. clength].to!string);
3803 size_t clength = wcslen(&fd.cFileName[0]);3804 _name = buildPath(path, fd.cFileName[0 .. clength].to!string);
1653 * libsupc++/hash_bytes.cc (_Hash_bytes): Replace "clength" with