xorriso
1.5.4.pl02
About: GNU xorriso creates, loads, manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions. It is suitable for incremental data backup and for production of bootable ISO 9660 images. GNU xorriso is a statical compilation of the libraries libburn, libisofs, libisoburn, and libjte.
![]() ![]() |
Go to the source code of this file.
Macros | |
#define | HFSPLUS_DECOMPOSE_PAGE_SIZE (256 * (HFSPLUS_MAX_DECOMPOSE_LEN + 1)) |
Functions | |
void | make_hfsplus_decompose_pages () |
Variables | |
static const uint16_t | decompose_page_data [] |
static uint16_t | decompose_pages [16 *256][4+1] |
uint16_t(*[256] | hfsplus_decompose_pages )[4+1] |
#define HFSPLUS_DECOMPOSE_PAGE_SIZE (256 * (HFSPLUS_MAX_DECOMPOSE_LEN + 1)) |
Definition at line 1047 of file hfsplus_decompose.c.
void make_hfsplus_decompose_pages | ( | ) |
Definition at line 1054 of file hfsplus_decompose.c.
|
static |
Definition at line 35 of file hfsplus_decompose.c.
Referenced by make_hfsplus_decompose_pages().
|
static |
Definition at line 1049 of file hfsplus_decompose.c.
Referenced by make_hfsplus_decompose_pages().
uint16_t(*[256] hfsplus_decompose_pages)[4+1] |
Definition at line 1051 of file hfsplus_decompose.c.
Referenced by make_hfsplus_decompose_pages().