![]() |
RTEMS 6.1
|
#include <rtl-obj-comp.h>
Data Fields | |
| rtems_rtl_obj_cache * | cache |
| int | fd |
| int | compression |
| off_t | offset |
| size_t | size |
| size_t | level |
| uint8_t * | buffer |
| uint32_t | read |
The compressed file.
| uint8_t* rtems_rtl_obj_cpmp::buffer |
The buffer
| rtems_rtl_obj_cache* rtems_rtl_obj_cpmp::cache |
The cache provides the input buffer.
| int rtems_rtl_obj_cpmp::compression |
The type of compression.
| int rtems_rtl_obj_cpmp::fd |
The file descriptor.
| size_t rtems_rtl_obj_cpmp::level |
The amount of data in the buffer.
| off_t rtems_rtl_obj_cpmp::offset |
The base offset of the buffer.
| uint32_t rtems_rtl_obj_cpmp::read |
The amount of data read.
| size_t rtems_rtl_obj_cpmp::size |
The size of the output buffer.