|
libsqsh v1.5.2
|
Go to the source code of this file.
Data Structures | |
| struct | SqshMemoryMapperImpl |
| The implementation of a memory mapper. More... | |
Functions | |
| size_t | sqsh_mapper_size (const struct SqshMapper *mapper) |
| uint64_t | sqsh_mapper_size2 (const struct SqshMapper *mapper) |
| size_t | sqsh_mapper_block_size (const struct SqshMapper *mapper) |
Variables | |
| const struct SqshMemoryMapperImpl *const | sqsh_mapper_impl_curl |
| a mapper that uses curl to download the file. | |
| const struct SqshMemoryMapperImpl *const | sqsh_mapper_impl_mmap |
| a mapper that uses mmap to map the file into memory. | |
| const struct SqshMemoryMapperImpl *const | sqsh_mapper_impl_static |
| a mapper that uses a static buffer. | |
Definition in file sqsh_mapper.h.
| size_t sqsh_mapper_block_size | ( | const struct SqshMapper * | mapper | ) |
| size_t sqsh_mapper_size | ( | const struct SqshMapper * | mapper | ) |
| uint64_t sqsh_mapper_size2 | ( | const struct SqshMapper * | mapper | ) |
|
extern |
a mapper that uses curl to download the file.
|
extern |
a mapper that uses mmap to map the file into memory.
|
extern |
a mapper that uses a static buffer.