#include <asstorage.h>
Public Attributes | |
int | default_block_size |
ASStorageBlock ** | blocks |
int | blocks_count |
ASStorageDiff * | diff_buf |
CARD8 * | comp_buf |
size_t | comp_buf_size |
Definition at line 154 of file asstorage.h.
Definition at line 156 of file asstorage.h.
Referenced by create_asstorage(), and set_asstorage_block_size().
Definition at line 159 of file asstorage.h.
Referenced by destroy_asstorage(), find_storage_block(), free_storage_block(), print_storage(), select_storage_block(), and store_compressed_data().
Definition at line 160 of file asstorage.h.
Referenced by destroy_asstorage(), print_storage(), and select_storage_block().
Definition at line 162 of file asstorage.h.
Referenced by compress_stored_data(), and destroy_asstorage().
CARD8* ASStorage::comp_buf |
Definition at line 163 of file asstorage.h.
Referenced by compress_stored_data(), convert_slot_to_ref(), decompress_stored_data(), and destroy_asstorage().