OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_length
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_write_private.h
85
size_t
null_length
;
member in struct:archive_write
archive_write.c
116
a->
null_length
= 1024;
117
nulls = calloc(a->
null_length
, sizeof(unsigned char));
347
size_t to_write = length < a->
null_length
? length : a->
null_length
;
archive_write_set_format_7zip.c
784
if (s > a->
null_length
)
785
s = a->
null_length
;
archive_write_set_format_xar.c
819
if (s > a->
null_length
)
820
s = a->
null_length
;
archive_write_set_format_iso9660.c
1830
s = (iso9660->bytes_remaining > a->
null_length
)?
1831
a->
null_length
: (size_t)iso9660->bytes_remaining;
Completed in 61 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026