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
...]
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
...]
Completed in 31 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026