OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mmap_zip_data
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/clib/
swimodel.c
341
if (mmap_zip(filename, &swimodel->
mmap_zip_data
, &swimodel->mmap_zip_size)) {
345
file = swimodel->
mmap_zip_data
;
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);
/external/srec/srec/include/
swimodel.h
48
void*
mmap_zip_data
; /* mmap file in one chunk */
member in struct:__anon26540
Completed in 2979 milliseconds