Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c269 int64_t fd_offset; member
601 a->fd_offset = 0; in _archive_write_disk_header()
1023 if (a->offset != a->fd_offset) { in write_data_block()
1029 a->fd_offset = a->offset; in write_data_block()
1040 a->fd_offset = a->offset; in write_data_block()
1607 if (a->offset < a->fd_offset) { in hfs_write_data_block()
1612 } else if (a->offset > a->fd_offset) { in hfs_write_data_block()
1613 uint64_t skip = a->offset - a->fd_offset; in hfs_write_data_block()
1632 a->fd_offset = a->offset; in hfs_write_data_block()
1642 a->fd_offset = a->offset; in hfs_write_data_block()
[all …]