OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clength
(Results
1 - 2
of
2
) sorted by relevancy
/src/share/examples/refuse/ian/libfetch/
http.c
810
off_t offset,
clength
, length, size;
local
839
clength
= -1;
1011
_http_parse_length(p, &
clength
);
1108
" size %lld,
clength
%lld\n",
1110
(long long)size, (long long)
clength
));
1113
if (
clength
!= -1 && length != -1 &&
clength
!= length) {
1117
if (
clength
== -1)
1118
clength
= length;
1119
if (
clength
!= -1
[
all
...]
/src/external/bsd/fetch/dist/libfetch/
http.c
353
http_funopen(conn_t *conn, int chunked, int keep_alive, off_t
clength
)
364
io->contentlength =
clength
;
878
off_t offset,
clength
, length, size;
local
909
clength
= -1;
1091
http_parse_length(p, &
clength
);
1188
if (
clength
!= -1 && length != -1 &&
clength
!= length) {
1192
if (
clength
== -1)
1193
clength
= length;
1194
if (
clength
!= -1
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026