Home
last modified time | relevance | path

Searched refs:index_hash (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/xz/src/liblzma/common/
H A Dindex_hash.c78 if (index_hash == NULL) in lzma_index_hash_init()
93 index_hash->pos = 0; in lzma_index_hash_init()
94 index_hash->crc32 = 0; in lzma_index_hash_init()
100 return index_hash; in lzma_index_hash_init()
207 if (index_hash->remaining != index_hash->blocks.count) in lzma_index_hash_decode()
211 index_hash->pos = 0; in lzma_index_hash_decode()
214 index_hash->sequence = index_hash->remaining == 0 in lzma_index_hash_decode()
231 index_hash->pos = 0; in lzma_index_hash_decode()
261 index_hash->sequence = --index_hash->remaining == 0 in lzma_index_hash_decode()
278 --index_hash->pos; in lzma_index_hash_decode()
[all …]
H A Dstream_decoder.c41 lzma_index_hash *index_hash; member
90 coder->index_hash = lzma_index_hash_init(coder->index_hash, allocator); in stream_decoder_reset()
91 if (coder->index_hash == NULL) in stream_decoder_reset()
264 return_if_error(lzma_index_hash_append(coder->index_hash, in stream_decode()
282 const lzma_ret ret = lzma_index_hash_decode(coder->index_hash, in stream_decode()
315 if (lzma_index_hash_size(coder->index_hash) in stream_decode()
384 lzma_index_hash_end(coder->index_hash, allocator); in stream_decoder_end()
441 coder->index_hash = NULL; in lzma_stream_decoder_init()
/dragonfly/contrib/xz/src/liblzma/api/lzma/
H A Dindex_hash.h40 lzma_index_hash *index_hash, const lzma_allocator *allocator)
48 lzma_index_hash *index_hash, const lzma_allocator *allocator)
65 extern LZMA_API(lzma_ret) lzma_index_hash_append(lzma_index_hash *index_hash,
95 extern LZMA_API(lzma_ret) lzma_index_hash_decode(lzma_index_hash *index_hash,
106 const lzma_index_hash *index_hash)
/dragonfly/lib/liblzma/
H A DMakefile15 index_hash.h \
54 index_hash.c \
/dragonfly/lib/libevtr/
H A Dktrfmt.y75 index_hash(struct ktrfmt_parse_ctx *ctx, const char *hashname, in index_hash() function
280 if (index_hash(ctx, $1->name, &$3->val, &var))
292 if (index_hash(ctx, $1->name, &tmp->val, &var))
H A Dktrfmt.tab.c148 index_hash(struct ktrfmt_parse_ctx *ctx, const char *hashname, in index_hash() function
1662 if (index_hash(ctx, (yyvsp[(1) - (4)].var)->name, &(yyvsp[(3) - (4)].var)->val, &var))
1679 if (index_hash(ctx, (yyvsp[(1) - (3)].var)->name, &tmp->val, &var))
/dragonfly/usr.bin/xz/
H A DMakefile60 index_decoder.c index_encoder.c index_hash.c