Home
last modified time | relevance | path

Searched refs:fd_offset (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_data_into_fd.c98 int64_t fd_offset; in archive_read_data_into_fd() local
112 fd_offset = lseek(fd, 0, SEEK_CUR); in archive_read_data_into_fd()
113 if (fd_offset == -1) in archive_read_data_into_fd()
199 if (offset - fd_offset != actual_offset) { in archive_read_data_into_fd()
H A Darchive_write_disk_posix.c269 int64_t fd_offset; member
610 a->fd_offset = 0; in _archive_write_disk_header()
1032 if (a->offset != a->fd_offset) { in write_data_block()
1038 a->fd_offset = a->offset; in write_data_block()
1049 a->fd_offset = a->offset; in write_data_block()
1622 if (a->offset < a->fd_offset) { in hfs_write_data_block()
1627 } else if (a->offset > a->fd_offset) { in hfs_write_data_block()
1628 uint64_t skip = a->offset - a->fd_offset; in hfs_write_data_block()
1647 a->fd_offset = a->offset; in hfs_write_data_block()
1657 a->fd_offset = a->offset; in hfs_write_data_block()
[all …]