| /freebsd-14.2/contrib/xz/src/liblzma/simple/ |
| H A D | simple_decoder.c | 26 lzma_options_bcj *opt = lzma_alloc( in lzma_simple_props_decode()
|
| H A D | simple_coder.c | 251 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 D | lzma2_decoder.c | 234 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 D | delta_common.c | 34 coder = lzma_alloc(sizeof(lzma_delta_coder), allocator); in lzma_delta_coder_init()
|
| H A D | delta_decoder.c | 73 = lzma_alloc(sizeof(lzma_options_delta), allocator); in lzma_delta_props_decode()
|
| /freebsd-14.2/contrib/xz/src/liblzma/lz/ |
| H A D | lz_decoder.c | 222 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 D | lz_encoder.c | 381 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 D | microlzma_encoder.c | 101 coder = lzma_alloc(sizeof(lzma_microlzma_coder), allocator); in microlzma_encoder_init()
|
| H A D | index.c | 345 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 D | alone_encoder.c | 87 coder = lzma_alloc(sizeof(lzma_alone_coder), allocator); in alone_encoder_init()
|
| H A D | common.c | 40 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 D | auto_decoder.c | 177 coder = lzma_alloc(sizeof(lzma_auto_coder), allocator); in auto_decoder_init()
|
| H A D | microlzma_decoder.c | 182 coder = lzma_alloc(sizeof(lzma_microlzma_coder), allocator); in microlzma_decoder_init()
|
| H A D | alone_decoder.c | 215 coder = lzma_alloc(sizeof(lzma_alone_coder), allocator); in lzma_alone_decoder_init()
|
| H A D | block_encoder.c | 191 coder = lzma_alloc(sizeof(lzma_block_coder), allocator); in lzma_block_encoder_init()
|
| H A D | common.h | 329 extern void *lzma_alloc(size_t size, const lzma_allocator *allocator);
|
| H A D | index_encoder.c | 202 next->coder = lzma_alloc(sizeof(lzma_index_coder), allocator); in lzma_index_encoder_init()
|
| H A D | block_decoder.c | 231 coder = lzma_alloc(sizeof(lzma_block_coder), allocator); in lzma_block_decoder_init()
|
| H A D | stream_encoder_mt.c | 502 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 D | outqueue.c | 168 outq->cache = lzma_alloc(alloc_size, allocator); in lzma_outq_prealloc_buf()
|
| H A D | index_decoder.c | 289 coder = lzma_alloc(sizeof(lzma_index_coder), allocator); in lzma_index_decoder_init()
|
| H A D | filter_common.c | 183 dest[i].options = lzma_alloc(features[j].options_size, in lzma_filters_copy()
|
| H A D | lzip_decoder.c | 383 coder = lzma_alloc(sizeof(lzma_lzip_coder), allocator); in lzma_lzip_decoder_init()
|
| H A D | index_hash.c | 77 index_hash = lzma_alloc(sizeof(lzma_index_hash), allocator); in lzma_index_hash_init()
|
| /freebsd-14.2/lib/liblzma/ |
| H A D | Symbol.map | 122 lzma_alloc;
|