OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmap_zip_size
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
swimodel.h
49
size_t
mmap_zip_size
; /* size of above */
member in struct:__anon11202
/external/srec/srec/clib/
swimodel.c
341
if (mmap_zip(filename, &swimodel->mmap_zip_data, &swimodel->
mmap_zip_size
)) {
369
if (file > swimodel->mmap_zip_data + swimodel->
mmap_zip_size
) {
402
if (swimodel->mmap_zip_data) munmap_zip(swimodel->mmap_zip_data, swimodel->
mmap_zip_size
);
Completed in 5583 milliseconds