Searched refs:index_hash (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dindex_hash.c3 /// \file index_hash.c
73 lzma_index_hash_init(lzma_index_hash *index_hash, lzma_allocator *allocator) argument
75 if (index_hash == NULL) {
76 index_hash = lzma_alloc(sizeof(lzma_index_hash), allocator);
77 if (index_hash == NULL)
81 index_hash->sequence = SEQ_BLOCK;
82 index_hash->blocks.blocks_size = 0;
83 index_hash->blocks.uncompressed_size = 0;
84 index_hash->blocks.count = 0;
85 index_hash
104 lzma_index_hash_end(lzma_index_hash *index_hash, lzma_allocator *allocator) argument
[all...]
H A Dstream_decoder.c41 lzma_index_hash *index_hash; member in struct:lzma_coder_s
86 coder->index_hash = lzma_index_hash_init(coder->index_hash, allocator);
87 if (coder->index_hash == NULL)
253 return_if_error(lzma_index_hash_append(coder->index_hash,
271 const lzma_ret ret = lzma_index_hash_decode(coder->index_hash,
304 if (lzma_index_hash_size(coder->index_hash)
372 lzma_index_hash_end(coder->index_hash, allocator);
426 next->coder->index_hash = NULL;
H A DMakefile.inc61 common/index_hash.c \
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dindex_hash.c3 /// \file index_hash.c
73 lzma_index_hash_init(lzma_index_hash *index_hash, lzma_allocator *allocator) argument
75 if (index_hash == NULL) {
76 index_hash = lzma_alloc(sizeof(lzma_index_hash), allocator);
77 if (index_hash == NULL)
81 index_hash->sequence = SEQ_BLOCK;
82 index_hash->blocks.blocks_size = 0;
83 index_hash->blocks.uncompressed_size = 0;
84 index_hash->blocks.count = 0;
85 index_hash
104 lzma_index_hash_end(lzma_index_hash *index_hash, lzma_allocator *allocator) argument
[all...]
H A Dstream_decoder.c41 lzma_index_hash *index_hash; member in struct:lzma_coder_s
86 coder->index_hash = lzma_index_hash_init(coder->index_hash, allocator);
87 if (coder->index_hash == NULL)
253 return_if_error(lzma_index_hash_append(coder->index_hash,
271 const lzma_ret ret = lzma_index_hash_decode(coder->index_hash,
304 if (lzma_index_hash_size(coder->index_hash)
372 lzma_index_hash_end(coder->index_hash, allocator);
426 next->coder->index_hash = NULL;
H A DMakefile.inc61 common/index_hash.c \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/api/lzma/
H A Dindex_hash.h2 * \file lzma/index_hash.h
31 * If index_hash is NULL, a new lzma_index_hash structure is allocated,
35 * If index_hash is non-NULL, it is reinitialized and the same pointer
37 * pointer than the index_hash that was given as an argument.
40 lzma_index_hash *index_hash, lzma_allocator *allocator)
48 lzma_index_hash *index_hash, lzma_allocator *allocator)
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 structure
95 extern LZMA_API(lzma_ret) lzma_index_hash_decode(lzma_index_hash *index_hash,
106 const lzma_index_hash *index_hash)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/api/lzma/
H A Dindex_hash.h2 * \file lzma/index_hash.h
31 * If index_hash is NULL, a new lzma_index_hash structure is allocated,
35 * If index_hash is non-NULL, it is reinitialized and the same pointer
37 * pointer than the index_hash that was given as an argument.
40 lzma_index_hash *index_hash, lzma_allocator *allocator)
48 lzma_index_hash *index_hash, lzma_allocator *allocator)
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 structure
95 extern LZMA_API(lzma_ret) lzma_index_hash_decode(lzma_index_hash *index_hash,
106 const lzma_index_hash *index_hash)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/api/
H A DMakefile.am19 lzma/index_hash.h \
H A DMakefile.in246 lzma/index_hash.h \
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/api/
H A DMakefile.am19 lzma/index_hash.h \
H A DMakefile.in246 lzma/index_hash.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/dos/
H A DMakefile76 ../src/liblzma/common/index_hash.c \
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/dos/
H A DMakefile76 ../src/liblzma/common/index_hash.c \
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/
H A DMakefile79 common/index_hash.c \
253 common/index_hash.c common/stream_buffer_decoder.c \
307 liblzma_la-index_hash.lo \
735 include ./$(DEPDIR)/liblzma_la-index_hash.Plo
1060 liblzma_la-index_hash.lo: common/index_hash.c
1061 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblzma_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblzma_la-index_hash.lo -MD -MP -MF $(DEPDIR)/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash
[all...]
H A DMakefile.in79 @COND_MAIN_DECODER_TRUE@ common/index_hash.c \
253 common/index_hash.c common/stream_buffer_decoder.c \
307 @COND_MAIN_DECODER_TRUE@ liblzma_la-index_hash.lo \
735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblzma_la-index_hash.Plo@am__quote@
1060 liblzma_la-index_hash.lo: common/index_hash.c
1061 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblzma_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblzma_la-index_hash.lo -MD -MP -MF $(DEPDIR)/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/
H A DMakefile.in79 @COND_MAIN_DECODER_TRUE@ common/index_hash.c \
253 common/index_hash.c common/stream_buffer_decoder.c \
307 @COND_MAIN_DECODER_TRUE@ liblzma_la-index_hash.lo \
735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblzma_la-index_hash.Plo@am__quote@
1060 liblzma_la-index_hash.lo: common/index_hash.c
1061 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblzma_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT liblzma_la-index_hash.lo -MD -MP -MF $(DEPDIR)/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash
[all...]

Completed in 177 milliseconds