Searched refs:lzma_index_hash (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/xz/src/liblzma/api/lzma/
H A Dindex_hash.h25 typedef struct lzma_index_hash_s lzma_index_hash; typedef in typeref:struct:lzma_index_hash_s
29 * \brief Allocate and initialize a new lzma_index_hash structure
31 * If index_hash is NULL, a new lzma_index_hash structure is allocated,
39 extern LZMA_API(lzma_index_hash *) lzma_index_hash_init(
40 lzma_index_hash *index_hash, const lzma_allocator *allocator)
45 * \brief Deallocate lzma_index_hash structure
48 lzma_index_hash *index_hash, const lzma_allocator *allocator)
55 * \param index Pointer to a lzma_index_hash structure
65 extern LZMA_API(lzma_ret) lzma_index_hash_append(lzma_index_hash *index_hash,
82 * \param index_hash Pointer to a lzma_index_hash structur
[all...]
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dindex_hash.c72 extern LZMA_API(lzma_index_hash *)
73 lzma_index_hash_init(lzma_index_hash *index_hash,
77 index_hash = lzma_alloc(sizeof(lzma_index_hash), allocator);
105 lzma_index_hash_end(lzma_index_hash *index_hash,
114 lzma_index_hash_size(const lzma_index_hash *index_hash)
144 lzma_index_hash_append(lzma_index_hash *index_hash, lzma_vli unpadded_size,
175 lzma_index_hash_decode(lzma_index_hash *index_hash, const uint8_t *in,
H A Dstream_decoder.c41 lzma_index_hash *index_hash;

Completed in 59 milliseconds