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
605 a->fd_offset = 0; in _archive_write_disk_header()
1027 if (a->offset != a->fd_offset) { in write_data_block()
1033 a->fd_offset = a->offset; in write_data_block()
1044 a->fd_offset = a->offset; in write_data_block()
1611 if (a->offset < a->fd_offset) { in hfs_write_data_block()
1616 } else if (a->offset > a->fd_offset) { in hfs_write_data_block()
1617 uint64_t skip = a->offset - a->fd_offset; in hfs_write_data_block()
1636 a->fd_offset = a->offset; in hfs_write_data_block()
1646 a->fd_offset = a->offset; in hfs_write_data_block()
[all …]