ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
lzo_callback_t
ocean
io
compress
lzo
c
lzoconf
lzo_callback_t structure
extern (
C
)
struct
lzo_callback_t {
lzo_alloc_func_t
nalloc
;
lzo_free_func_t
nfree
;
lzo_progress_func_t
nprogress
;
void
*
user1
;
size_t
user2
;
size_t
user3
;
}
Members
Variables
nalloc
lzo_alloc_func_t
nalloc
;
Undocumented in source.
nfree
lzo_free_func_t
nfree
;
Undocumented in source.
nprogress
lzo_progress_func_t
nprogress
;
Undocumented in source.
user1
void
*
user1
;
Undocumented in source.
user2
size_t
user2
;
Undocumented in source.
user3
size_t
user3
;
Undocumented in source.
Meta
Source
See Implementation
ocean
io
compress
lzo
c
lzoconf
aliases
lzo_alloc_func_t
lzo_compress_dict_t
lzo_compress_t
lzo_decompress_t
lzo_free_func_t
lzo_optimize_t
lzo_progress_func_t
enums
LzoStatus
functions
lzo1x_max_compressed_length
lzo_adler32
lzo_adler32_init
lzo_crc32
lzo_crc32_init
lzo_get_crc32_table
lzo_init
lzo_version
static variables
Lzo1x1WorkmemSize
structs
lzo_callback_t
lzo_callback_t structure