Home
last modified time | relevance | path

Searched refs:lzma_alloc (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c229 coder = lzma_alloc(sizeof(lzma_coder), allocator); in lzma_lz_decoder_init()
287 coder->dict.buf = lzma_alloc(alloc_size + LZ_DICT_EXTRA, in lzma_lz_decoder_init()
H A Dlz_encoder.c380 mf->buffer = lzma_alloc(mf->size + LZMA_MEMCMPLEN_EXTRA, in lz_encoder_init()
423 mf->son = lzma_alloc(mf->sons_count * sizeof(uint32_t), in lz_encoder_init()
556 coder = lzma_alloc(sizeof(lzma_coder), allocator); in lzma_lz_encoder_init()
/freebsd/contrib/xz/src/liblzma/common/
H A Dindex.c344 index_stream *s = lzma_alloc(sizeof(index_stream), allocator); in index_stream_init()
382 lzma_index *i = lzma_alloc(sizeof(lzma_index), allocator); in index_init_plain()
709 g = lzma_alloc(sizeof(index_group) in lzma_index_append()
836 index_group *newg = lzma_alloc(sizeof(index_group) in lzma_index_cat()
930 index_group *destg = lzma_alloc(sizeof(index_group) in index_dup_stream()
H A Dcommon.c39 lzma_alloc(size_t size, const lzma_allocator *allocator) in lzma_alloc() function
183 strm->internal = lzma_alloc(sizeof(lzma_internal), in lzma_strm_init()
H A Dauto_decoder.c175 coder = lzma_alloc(sizeof(lzma_auto_coder), allocator); in auto_decoder_init()
H A Dindex_encoder.c199 next->coder = lzma_alloc(sizeof(lzma_index_coder), allocator); in lzma_index_encoder_init()
H A Dblock_encoder.c188 coder = lzma_alloc(sizeof(lzma_block_coder), allocator); in lzma_block_encoder_init()
H A Dalone_decoder.c215 coder = lzma_alloc(sizeof(lzma_alone_coder), allocator); in lzma_alone_decoder_init()
H A Dstream_encoder_mt.c501 thr->in = lzma_alloc(coder->block_size, allocator); in initialize_new_thread()
1065 coder = lzma_alloc(sizeof(lzma_stream_coder), allocator); in stream_encoder_mt_init()
1121 coder->threads = lzma_alloc( in stream_encoder_mt_init()
H A Dblock_decoder.c228 coder = lzma_alloc(sizeof(lzma_block_coder), allocator); in lzma_block_decoder_init()
H A Dindex_hash.c76 index_hash = lzma_alloc(sizeof(lzma_index_hash), allocator); in lzma_index_hash_init()
H A Dindex_decoder.c285 coder = lzma_alloc(sizeof(lzma_index_coder), allocator); in lzma_index_decoder_init()
H A Dlzip_decoder.c379 coder = lzma_alloc(sizeof(lzma_lzip_coder), allocator); in lzma_lzip_decoder_init()
H A Dfilter_common.c191 dest[i].options = lzma_alloc(features[j].options_size, in lzma_filters_copy()
H A Dstream_decoder_mt.c557 coder->threads = lzma_alloc( in initialize_new_thread()
1467 coder->thr->in = lzma_alloc(coder->thr->in_size, allocator); in stream_decode_mt()
1895 coder = lzma_alloc(sizeof(struct lzma_stream_coder), allocator); in stream_decoder_mt_init()
H A Dstream_decoder.c432 coder = lzma_alloc(sizeof(lzma_stream_coder), allocator); in lzma_stream_decoder_init()
H A Dstring_conversion.c42 str->buf = lzma_alloc(STR_ALLOC_SIZE, allocator); in str_init()
919 lzma_options_lzma *opts = lzma_alloc(sizeof(*opts), allocator); in str_to_filters()
H A Dfile_info.c792 coder = lzma_alloc(sizeof(lzma_file_info_coder), allocator); in lzma_file_info_decoder_init()
/freebsd/lib/liblzma/
H A DSymbol.map131 lzma_alloc;
/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c317 coder = lzma_alloc(sizeof(lzma_lzma2_coder), allocator); in lzma2_encoder_init()
H A Dlzma_decoder.c1122 lz->coder = lzma_alloc(sizeof(lzma_lzma1_decoder), allocator); in lzma_lzma_decoder_create()
1241 = lzma_alloc(sizeof(lzma_options_lzma), allocator); in lzma_lzma_props_decode()
/freebsd/contrib/xz/
H A DChangeLog14801 liblzma's lzma_alloc() and lzma_alloc_zero() would be