Searched refs:RSRC_H_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c340 #define RSRC_H_SIZE 260 /* Base size of Resource fork header. */ macro
1194 RSRC_H_SIZE + /* Header base size. */
1254 block_info = (uint32_t *)(a->resource_fork + RSRC_H_SIZE);
1257 data_pos = RSRC_H_SIZE + archive_le32dec(block_info++);
1391 a->compressed_rsrc_position_v - RSRC_H_SIZE);
1496 RSRC_H_SIZE + /* header */
1532 (uint32_t *)(a->resource_fork + RSRC_H_SIZE);
1538 RSRC_H_SIZE + 4 + (block_count * 8);

Completed in 65 milliseconds