OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contentlength
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/fetch/dist/libfetch/
http.c
161
off_t
contentlength
; /* remaining size of the content */
member in struct:httpio
224
if (io->
contentlength
>= 0 && (off_t)len > io->
contentlength
)
225
len = io->
contentlength
;
234
if (io->
contentlength
)
235
io->
contentlength
-= io->buflen;
262
if (io->
contentlength
>= 0)
263
io->
contentlength
-= io->buflen;
366
io->
contentlength
= clength;
http.c
161
off_t
contentlength
; /* remaining size of the content */
member in struct:httpio
224
if (io->
contentlength
>= 0 && (off_t)len > io->
contentlength
)
225
len = io->
contentlength
;
234
if (io->
contentlength
)
235
io->
contentlength
-= io->buflen;
262
if (io->
contentlength
>= 0)
263
io->
contentlength
-= io->buflen;
366
io->
contentlength
= clength;
Completed in 30 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026