Searched refs:lzma_index_hash_init (Results 1 – 6 of 6) sorted by relevance
39 extern LZMA_API(lzma_index_hash *) lzma_index_hash_init(
50 lzma_index_hash_init
49 lzma_index_hash_init;
73 lzma_index_hash_init(lzma_index_hash *index_hash, in lzma_index_hash_init() function
90 coder->index_hash = lzma_index_hash_init(coder->index_hash, allocator); in stream_decoder_reset()
237 lzma_index_hash *h = lzma_index_hash_init(NULL, NULL); in test_code()