Home
last modified time | relevance | path

Searched refs:lzma_index (Results 1 – 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/xz/src/liblzma/api/lzma/
HDindex.h35 typedef struct lzma_index_s lzma_index; typedef
359 extern LZMA_API(uint64_t) lzma_index_memused(const lzma_index *i)
372 extern LZMA_API(lzma_index *) lzma_index_init(const lzma_allocator *allocator)
386 lzma_index *i, const lzma_allocator *allocator) lzma_nothrow;
416 lzma_index *i, const lzma_allocator *allocator,
442 lzma_index *i, const lzma_stream_flags *stream_flags)
461 extern LZMA_API(uint32_t) lzma_index_checks(const lzma_index *i)
480 lzma_index *i, lzma_vli stream_padding)
491 extern LZMA_API(lzma_vli) lzma_index_stream_count(const lzma_index *i)
505 extern LZMA_API(lzma_vli) lzma_index_block_count(const lzma_index *i)
[all …]
/freebsd-13-stable/contrib/xz/src/liblzma/common/
HDindex.c379 static lzma_index *
382 lzma_index *i = lzma_alloc(sizeof(lzma_index), allocator); in index_init_plain()
397 extern LZMA_API(lzma_index *)
400 lzma_index *i = index_init_plain(allocator); in lzma_index_init()
417 lzma_index_end(lzma_index *i, const lzma_allocator *allocator) in lzma_index_end()
431 lzma_index_prealloc(lzma_index *i, lzma_vli records) in lzma_index_prealloc()
474 const uint64_t index_base = sizeof(lzma_index) + alloc_overhead; in lzma_index_memusage()
491 lzma_index_memused(const lzma_index *i) in lzma_index_memused()
498 lzma_index_block_count(const lzma_index *i) in lzma_index_block_count()
505 lzma_index_stream_count(const lzma_index *i) in lzma_index_stream_count()
[all …]
HDindex_encoder.c29 const lzma_index *index;
178 index_encoder_reset(lzma_index_coder *coder, const lzma_index *i) in index_encoder_reset()
193 const lzma_index *i) in lzma_index_encoder_init()
216 lzma_index_encoder(lzma_stream *strm, const lzma_index *i) in lzma_index_encoder()
228 lzma_index_buffer_encode(const lzma_index *i, in lzma_index_buffer_encode()
HDindex_decoder.c32 lzma_index *index;
36 lzma_index **index_ptr;
252 lzma_index **i, uint64_t memlimit) in index_decoder_reset()
279 lzma_index **i, uint64_t memlimit) in lzma_index_decoder_init()
306 lzma_index_decoder(lzma_stream *strm, lzma_index **i, uint64_t memlimit) in lzma_index_decoder()
324 lzma_index_buffer_decode(lzma_index **i, uint64_t *memlimit, in lzma_index_buffer_decode()
HDindex.h35 extern uint32_t lzma_index_padding_size(const lzma_index *i);
41 extern void lzma_index_prealloc(lzma_index *i, lzma_vli records);
HDfile_info.c50 lzma_index *this_index;
56 lzma_index *combined_index;
60 lzma_index **dest_index;
786 lzma_index **dest_index, in lzma_file_info_decoder_init()
839 lzma_file_info_decoder(lzma_stream *strm, lzma_index **dest_index, in lzma_file_info_decoder()
HDindex_encoder.h19 const lzma_allocator *allocator, const lzma_index *i);
HDindex_decoder.h21 lzma_index **i, uint64_t memlimit);
HDstream_buffer_encoder.c104 lzma_index *i = lzma_index_init(allocator); in lzma_stream_buffer_encode()
HDstream_encoder.c46 lzma_index *index;
HDstream_encoder_mt.c134 lzma_index *index;
/freebsd-13-stable/usr.bin/gzip/
HDunxz.c225 lzma_index *idx;
278 lzma_index *combined_index = NULL; in parse_indexes()
281 lzma_index *this_index = NULL; in parse_indexes()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDLZMA.cpp94 lzma_index *xzindex;
/freebsd-13-stable/contrib/xz/src/xz/
HDlist.c19 lzma_index *idx;
362 lzma_index *idx = NULL; in parse_indexes()
/freebsd-13-stable/contrib/xz/
HDChangeLog2786 were such that LZMA_PROG_ERROR was returned, the lzma_index **i
10566 lzma_index structs. The memory leaks were discovered by using
11710 Tests: Refactors existing lzma_index tests.
11712 Converts the existing lzma_index tests into tuktests and covers every