- lzma_alone_decoder
lzma_ret lzma_alone_decoder(lzma_stream* strm, ulong memlimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_alone_encoder
lzma_ret lzma_alone_encoder(lzma_stream* strm, lzma_options_lzma* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_auto_decoder
lzma_ret lzma_auto_decoder(lzma_stream* strm, ulong memlimit, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_buffer_bound
size_t lzma_block_buffer_bound(size_t uncompressed_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_buffer_decode
lzma_ret lzma_block_buffer_decode(lzma_block* block, lzma_allocator* allocator, const(ubyte)* in_, size_t* in_pos, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_buffer_encode
lzma_ret lzma_block_buffer_encode(lzma_block* block, lzma_allocator* allocator, const(ubyte)* in_, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_compressed_size
lzma_ret lzma_block_compressed_size(lzma_block* block, lzma_vli unpadded_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_decoder
lzma_ret lzma_block_decoder(lzma_stream* strm, lzma_block* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_encoder
lzma_ret lzma_block_encoder(lzma_stream* strm, lzma_block* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_header_decode
lzma_ret lzma_block_header_decode(lzma_block* block, lzma_allocator* allocator, const(ubyte)* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_header_encode
lzma_ret lzma_block_header_encode(const(lzma_block)* block, ubyte* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_header_size
lzma_ret lzma_block_header_size(lzma_block* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_total_size
lzma_vli lzma_block_total_size(const(lzma_block*) block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_block_unpadded_size
lzma_vli lzma_block_unpadded_size(lzma_block* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_check_is_supported
lzma_bool lzma_check_is_supported(lzma_check check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_check_size
uint lzma_check_size(lzma_check check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_code
lzma_ret lzma_code(lzma_stream* strm, lzma_action action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_crc32
uint lzma_crc32(const(ubyte)* buf, size_t size, uint crc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_crc64
ulong lzma_crc64(const(ubyte)* buf, size_t size, ulong crc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_easy_buffer_encode
lzma_ret lzma_easy_buffer_encode(uint preset, lzma_check check, lzma_allocator* allocator, const(ubyte)* in_, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_easy_decoder_memusage
ulong lzma_easy_decoder_memusage(uint preset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_easy_encoder
lzma_ret lzma_easy_encoder(lzma_stream* strm, uint preset, lzma_check check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_easy_encoder_memusage
ulong lzma_easy_encoder_memusage(uint preset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_end
void lzma_end(lzma_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_filter_decoder_is_supported
lzma_bool lzma_filter_decoder_is_supported(lzma_vli id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_filter_encoder_is_supported
lzma_bool lzma_filter_encoder_is_supported(lzma_vli id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_filter_flags_decode
lzma_ret lzma_filter_flags_decode(lzma_filter* filter, lzma_allocator* allocator, ubyte* in_, size_t* in_pos, size_t in_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_filter_flags_encode
lzma_ret lzma_filter_flags_encode(lzma_filter* filter, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_filter_flags_size
lzma_ret lzma_filter_flags_size(uint* size, lzma_filter* filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_filters_copy
lzma_ret lzma_filters_copy(lzma_filter* src, lzma_filter* dest, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_filters_update
lzma_ret lzma_filters_update(lzma_stream* strm, lzma_filter* filters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_get_check
lzma_check lzma_get_check(lzma_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_append
lzma_ret lzma_index_append(lzma_index* i, lzma_allocator* allocator, lzma_vli unpadded_size, lzma_vli uncompressed_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_block_count
lzma_vli lzma_index_block_count(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_buffer_decode
lzma_ret lzma_index_buffer_decode(lzma_index** i, ulong* memlimit, lzma_allocator* allocator, ubyte* in_, size_t* in_pos, size_t in_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_buffer_encode
lzma_ret lzma_index_buffer_encode(lzma_index* i, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_cat
lzma_ret lzma_index_cat(lzma_index* dest, lzma_index* src, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_checks
uint lzma_index_checks(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_decoder
lzma_ret lzma_index_decoder(lzma_stream* strm, lzma_index** i, ulong memlimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_dup
lzma_index* lzma_index_dup(lzma_index* i, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_encoder
lzma_ret lzma_index_encoder(lzma_stream* strm, lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_end
void lzma_index_end(lzma_index* i, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_file_size
lzma_vli lzma_index_file_size(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_hash_append
lzma_ret lzma_index_hash_append(lzma_index_hash* index_hash, lzma_vli unpadded_size, lzma_vli uncompressed_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_hash_decode
lzma_ret lzma_index_hash_decode(lzma_index_hash* index_hash, ubyte* in_, size_t* in_pos, size_t in_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_hash_end
void lzma_index_hash_end(lzma_index_hash* index_hash, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_hash_init
lzma_index_hash* lzma_index_hash_init(lzma_index_hash* index_hash, lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_hash_size
lzma_vli lzma_index_hash_size(lzma_index_hash* index_hash)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_init
lzma_index* lzma_index_init(lzma_allocator* allocator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_iter_init
void lzma_index_iter_init(lzma_index_iter* iter, lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_iter_locate
lzma_bool lzma_index_iter_locate(lzma_index_iter* iter, lzma_vli target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_iter_next
lzma_bool lzma_index_iter_next(lzma_index_iter* iter, lzma_index_iter_mode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_iter_rewind
void lzma_index_iter_rewind(lzma_index_iter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_memusage
ulong lzma_index_memusage(lzma_vli streams, lzma_vli blocks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_memused
ulong lzma_index_memused(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_size
lzma_vli lzma_index_size(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_stream_count
lzma_vli lzma_index_stream_count(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_stream_flags
lzma_ret lzma_index_stream_flags(lzma_index* i, lzma_stream_flags* stream_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_stream_padding
lzma_ret lzma_index_stream_padding(lzma_index* i, lzma_vli stream_padding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_stream_size
lzma_vli lzma_index_stream_size(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_total_size
lzma_vli lzma_index_total_size(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_index_uncompressed_size
lzma_vli lzma_index_uncompressed_size(lzma_index* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_lzma_preset
lzma_bool lzma_lzma_preset(lzma_options_lzma* options, uint preset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_memlimit_get
ulong lzma_memlimit_get(lzma_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_memlimit_set
lzma_ret lzma_memlimit_set(lzma_stream* strm, ulong memlimit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_memusage
ulong lzma_memusage(lzma_stream* strm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_mf_is_supported
lzma_bool lzma_mf_is_supported(lzma_match_finder match_finder)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_mode_is_supported
lzma_bool lzma_mode_is_supported(lzma_mode mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_physmem
ulong lzma_physmem()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_properties_decode
lzma_ret lzma_properties_decode(lzma_filter* filter, lzma_allocator* allocator, ubyte* props, size_t props_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_properties_encode
lzma_ret lzma_properties_encode(lzma_filter* filter, ubyte* props)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_properties_size
lzma_ret lzma_properties_size(uint* size, lzma_filter* filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_raw_buffer_decode
lzma_ret lzma_raw_buffer_decode(lzma_filter* filters, lzma_allocator* allocator, const(ubyte)* in_, size_t* in_pos, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_raw_buffer_encode
lzma_ret lzma_raw_buffer_encode(lzma_filter* filters, lzma_allocator* allocator, const(ubyte)* in_, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_raw_decoder
lzma_ret lzma_raw_decoder(lzma_stream* strm, lzma_filter* filters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_raw_decoder_memusage
ulong lzma_raw_decoder_memusage(lzma_filter* filters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_raw_encoder
lzma_ret lzma_raw_encoder(lzma_stream* strm, lzma_filter* filters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_raw_encoder_memusage
ulong lzma_raw_encoder_memusage(lzma_filter* filters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_stream_buffer_bound
size_t lzma_stream_buffer_bound(size_t uncompressed_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_stream_buffer_decode
lzma_ret lzma_stream_buffer_decode(ulong* memlimit, uint flags, lzma_allocator* allocator, const(ubyte)* in_, size_t* in_pos, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_stream_buffer_encode
lzma_ret lzma_stream_buffer_encode(lzma_filter* filters, lzma_check check, lzma_allocator* allocator, const(ubyte)* in_, size_t in_size, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_stream_decoder
lzma_ret lzma_stream_decoder(lzma_stream* strm, ulong memlimit, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_stream_encoder
lzma_ret lzma_stream_encoder(lzma_stream* strm, lzma_filter* filters, lzma_check check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_stream_flags_compare
lzma_ret lzma_stream_flags_compare(lzma_stream_flags* a, lzma_stream_flags* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_stream_footer_decode
lzma_ret lzma_stream_footer_decode(lzma_stream_flags* options, ubyte* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_stream_footer_encode
lzma_ret lzma_stream_footer_encode(lzma_stream_flags* options, ubyte* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_stream_header_decode
lzma_ret lzma_stream_header_decode(lzma_stream_flags* options, ubyte* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_stream_header_encode
lzma_ret lzma_stream_header_encode(lzma_stream_flags* options, ubyte* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_version_number
uint lzma_version_number()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_version_string
immutable(char)* lzma_version_string()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_vli_decode
lzma_ret lzma_vli_decode(lzma_vli* vli, size_t* vli_pos, const(ubyte)* in_, size_t* in_pos, size_t in_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_vli_encode
lzma_ret lzma_vli_encode(lzma_vli vli, size_t* vli_pos, ubyte* out_, size_t* out_pos, size_t out_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- lzma_vli_is_valid
bool lzma_vli_is_valid(lzma_vli vli)
Undocumented in source. Be warned that the author may not have intended to support it.
- lzma_vli_size
uint lzma_vli_size(lzma_vli vli)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.