Searched refs:clength (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/share/examples/refuse/ian/libfetch/ |
| D | http.c | 810 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/fetch/dist/libfetch/ |
| D | http.c | 353 http_funopen(conn_t *conn, int chunked, int keep_alive, off_t clength) in http_funopen() argument 364 io->contentlength = clength; in http_funopen() 878 off_t offset, clength, length, size; in http_request() local 909 clength = -1; in http_request() 1091 http_parse_length(p, &clength); in http_request() 1188 if (clength != -1 && length != -1 && clength != length) { in http_request() 1192 if (clength == -1) in http_request() 1193 clength = length; in http_request() 1194 if (clength != -1) in http_request() 1195 length = offset + clength; in http_request() [all …]
|
| /netbsd/src/external/bsd/openldap/dist/contrib/ldaptcl/ |
| D | ldaperr.tcl | 14 if {[clength $line] == 0 || [ctype space $line]} continue
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2010 | 1653 * libsupc++/hash_bytes.cc (_Hash_bytes): Replace "clength" with
|