OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:body_size
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_zip_high_compression.c
83
const size_t
body_size
= 1024 * 1024;
local
93
assert((body = malloc(
body_size
)) != NULL);
94
assert((body_read = malloc(
body_size
)) != NULL);
103
for(n = 1024; n < (int)
body_size
; n += 1024) {
111
memset(body, 255,
body_size
);
/src/external/bsd/libevent/dist/include/event2/
http_struct.h
96
size_t
body_size
;
member in struct:evhttp_request
/src/external/bsd/ntp/dist/sntp/libevent/include/event2/
http_struct.h
97
size_t
body_size
;
member in struct:evhttp_request
/src/sbin/efi/
bootvar.c
110
size_t
body_size
, desc_size, size;
local
113
body_size
= sizeof(*bb->u.body) + desc_size;
115
bb = new_blk(0, 0, (uint16_t)
body_size
);
/src/external/gpl2/texinfo/dist/makeinfo/
macro.c
467
int
body_size
= 0, body_index = 0;
653
if ((body_index + strlen (line) + 3) >=
body_size
)
654
body = xrealloc (body,
body_size
+= 3 + strlen (line));
464
int
body_size
= 0, body_index = 0;
local
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026