Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/xz/src/liblzma/simple/
H A Dsimple_decoder.c26 lzma_options_bcj *opt = lzma_alloc( in lzma_simple_props_decode()
H A Dsimple_coder.c251 coder = lzma_alloc(sizeof(lzma_simple_coder) in lzma_simple_coder_init()
267 coder->simple = lzma_alloc(simple_size, allocator); in lzma_simple_coder_init()
/freebsd-14.2/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.c234 coder = lzma_alloc(sizeof(lzma_lzma2_coder), allocator); in lzma2_decoder_init()
293 lzma_options_lzma *opt = lzma_alloc( in lzma_lzma2_props_decode()
/freebsd-14.2/contrib/xz/src/liblzma/delta/
H A Ddelta_common.c34 coder = lzma_alloc(sizeof(lzma_delta_coder), allocator); in lzma_delta_coder_init()
H A Ddelta_decoder.c73 = lzma_alloc(sizeof(lzma_options_delta), allocator); in lzma_delta_props_decode()
/freebsd-14.2/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c222 coder = lzma_alloc(sizeof(lzma_coder), allocator); in lzma_lz_decoder_init()
266 = lzma_alloc(lz_options.dict_size, allocator); in lzma_lz_decoder_init()
H A Dlz_encoder.c381 mf->buffer = lzma_alloc(mf->size + LZMA_MEMCMPLEN_EXTRA, in lz_encoder_init()
424 mf->son = lzma_alloc(mf->sons_count * sizeof(uint32_t), in lz_encoder_init()
557 coder = lzma_alloc(sizeof(lzma_coder), allocator); in lzma_lz_encoder_init()
/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dmicrolzma_encoder.c101 coder = lzma_alloc(sizeof(lzma_microlzma_coder), allocator); in microlzma_encoder_init()
H A Dindex.c345 index_stream *s = lzma_alloc(sizeof(index_stream), allocator); in index_stream_init()
383 lzma_index *i = lzma_alloc(sizeof(lzma_index), allocator); in index_init_plain()
689 g = lzma_alloc(sizeof(index_group) in lzma_index_append()
816 index_group *newg = lzma_alloc(sizeof(index_group) in lzma_index_cat()
910 index_group *destg = lzma_alloc(sizeof(index_group) in index_dup_stream()
H A Dalone_encoder.c87 coder = lzma_alloc(sizeof(lzma_alone_coder), allocator); in alone_encoder_init()
H A Dcommon.c40 lzma_alloc(size_t size, const lzma_allocator *allocator) in lzma_alloc() function
178 strm->internal = lzma_alloc(sizeof(lzma_internal), in lzma_strm_init()
H A Dauto_decoder.c177 coder = lzma_alloc(sizeof(lzma_auto_coder), allocator); in auto_decoder_init()
H A Dmicrolzma_decoder.c182 coder = lzma_alloc(sizeof(lzma_microlzma_coder), allocator); in microlzma_decoder_init()
H A Dalone_decoder.c215 coder = lzma_alloc(sizeof(lzma_alone_coder), allocator); in lzma_alone_decoder_init()
H A Dblock_encoder.c191 coder = lzma_alloc(sizeof(lzma_block_coder), allocator); in lzma_block_encoder_init()
H A Dcommon.h329 extern void *lzma_alloc(size_t size, const lzma_allocator *allocator);
H A Dindex_encoder.c202 next->coder = lzma_alloc(sizeof(lzma_index_coder), allocator); in lzma_index_encoder_init()
H A Dblock_decoder.c231 coder = lzma_alloc(sizeof(lzma_block_coder), allocator); in lzma_block_decoder_init()
H A Dstream_encoder_mt.c502 thr->in = lzma_alloc(coder->block_size, allocator); in initialize_new_thread()
1068 coder = lzma_alloc(sizeof(lzma_stream_coder), allocator); in stream_encoder_mt_init()
1124 coder->threads = lzma_alloc( in stream_encoder_mt_init()
H A Doutqueue.c168 outq->cache = lzma_alloc(alloc_size, allocator); in lzma_outq_prealloc_buf()
H A Dindex_decoder.c289 coder = lzma_alloc(sizeof(lzma_index_coder), allocator); in lzma_index_decoder_init()
H A Dfilter_common.c183 dest[i].options = lzma_alloc(features[j].options_size, in lzma_filters_copy()
H A Dlzip_decoder.c383 coder = lzma_alloc(sizeof(lzma_lzip_coder), allocator); in lzma_lzip_decoder_init()
H A Dindex_hash.c77 index_hash = lzma_alloc(sizeof(lzma_index_hash), allocator); in lzma_index_hash_init()
/freebsd-14.2/lib/liblzma/
H A DSymbol.map122 lzma_alloc;

12