Home
last modified time | relevance | path

Searched refs:compressed_file_offset (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/public-domain/xz/dist/tests/
Dtest_index.c105 || ra.block.compressed_file_offset in is_equal()
106 != rb.block.compressed_file_offset in is_equal()
193 expect(r.block.compressed_file_offset in test_read()
439 expect(r.block.compressed_file_offset in test_locate()
452 expect(r.block.compressed_file_offset in test_locate()
459 expect(r.block.compressed_file_offset in test_locate()
466 expect(r.block.compressed_file_offset in test_locate()
473 expect(r.block.compressed_file_offset in test_locate()
480 expect(r.block.compressed_file_offset in test_locate()
502 expect(r.block.compressed_file_offset == LZMA_STREAM_HEADER_SIZE); in test_locate()
[all …]
/netbsd/src/external/public-domain/xz/dist/src/xz/
Dlist.c419 if (io_pread(pair, &buf, size, iter->block.compressed_file_offset)) in parse_block_header()
556 const off_t offset = iter->block.compressed_file_offset in parse_check_value()
844 iter.block.compressed_file_offset, 2), in print_info_adv()
968 iter.block.compressed_file_offset, in print_info_robot()
/netbsd/src/external/public-domain/xz/dist/src/liblzma/api/lzma/
Dindex.h132 lzma_vli compressed_file_offset; member
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dminidebug.c160 block_offset = section->filepos + iter.block.compressed_file_offset; in read()
/netbsd/src/external/public-domain/xz/dist/src/liblzma/common/
Dindex.c1070 iter->block.compressed_file_offset in iter_set_info()