Home
last modified time | relevance | path

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

/trueos/contrib/libarchive/libarchive/
HDarchive_write_disk_posix.c262 unsigned char *resource_fork; member
987 buff = a->resource_fork; in hfs_write_resource_fork_header()
1050 block_info = (uint32_t *)(a->resource_fork + RSRC_H_SIZE); in hfs_decompress()
1297 new_block = realloc(a->resource_fork, new_size); in hfs_write_decmpfs_block()
1304 a->resource_fork = new_block; in hfs_write_decmpfs_block()
1328 (uint32_t *)(a->resource_fork + RSRC_H_SIZE); in hfs_write_decmpfs_block()
2215 free(a->resource_fork); in _archive_write_disk_free()