Searched refs:LZMA_INDEX_ITER_BLOCK (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/xz/src/liblzma/api/lzma/
H A Dindex.h249 LZMA_INDEX_ITER_BLOCK = 2, enumerator in enum:__anon6593
264 * This is like LZMA_INDEX_ITER_BLOCK except that it will
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dindex_encoder.c88 &coder->iter, LZMA_INDEX_ITER_BLOCK)) {
H A Dindex.c1141 if (mode >= LZMA_INDEX_ITER_BLOCK) {
1178 } while (mode >= LZMA_INDEX_ITER_BLOCK
/freebsd-13-stable/contrib/xz/src/xz/
H A Dlist.c835 while (!lzma_index_iter_next(&iter, LZMA_INDEX_ITER_BLOCK)) {
956 while (!lzma_index_iter_next(&iter, LZMA_INDEX_ITER_BLOCK)) {

Completed in 62 milliseconds