Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c291 unsigned char *resource_fork; member
1186 buff = a->resource_fork; in hfs_write_resource_fork_header()
1249 block_info = (uint32_t *)(a->resource_fork + RSRC_H_SIZE); in hfs_decompress()
1496 new_block = realloc(a->resource_fork, new_size); in hfs_write_decmpfs_block()
1503 a->resource_fork = new_block; in hfs_write_decmpfs_block()
1527 (uint32_t *)(a->resource_fork + RSRC_H_SIZE); in hfs_write_decmpfs_block()
2636 free(a->resource_fork); in _archive_write_disk_free()