HomeSort by: relevance | last modified time | path
    Searched defs:index_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/common/
stream_decoder.c 40 lzma_index_hash *index_hash; member in struct:__anon368
89 coder->index_hash = lzma_index_hash_init(coder->index_hash, allocator);
90 if (coder->index_hash == NULL)
268 return_if_error(lzma_index_hash_append(coder->index_hash,
286 const lzma_ret ret = lzma_index_hash_decode(coder->index_hash,
318 if (lzma_index_hash_size(coder->index_hash)
386 lzma_index_hash_end(coder->index_hash, allocator);
443 coder->index_hash = NULL;
stream_decoder_mt.c 160 lzma_index_hash *index_hash; member in struct:lzma_stream_coder
939 coder->index_hash = lzma_index_hash_init(coder->index_hash, allocator);
940 if (coder->index_hash == NULL)
1277 const lzma_ret ret = lzma_index_hash_append(coder->index_hash,
1625 return_if_error(lzma_index_hash_append(coder->index_hash,
1657 const lzma_ret ret = lzma_index_hash_decode(coder->index_hash,
1692 if (lzma_index_hash_size(coder->index_hash)
1792 lzma_index_hash_end(coder->index_hash, allocator);
1924 coder->index_hash = NULL
    [all...]

Completed in 16 milliseconds