Home
last modified time | relevance | path

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

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dhttp.c810 off_t offset, clength, length, size; in _http_request() local
839 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()
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A Dldaperr.tcl14 if {[clength $line] == 0 || [ctype space $line]} continue
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfile.d3004 size_t clength = wcslen(fd.cFileName.ptr);
3005 _name = buildPath(path, fd.cFileName[0 .. clength].to!string);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d3803 size_t clength = wcslen(&fd.cFileName[0]);
3804 _name = buildPath(path, fd.cFileName[0 .. clength].to!string);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20101653 * libsupc++/hash_bytes.cc (_Hash_bytes): Replace "clength" with