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.
Functions | |
struct burn_source * | burn_source_new (void) |
int | burn_source_cancel (struct burn_source *src) |
int | burn_source_read (struct burn_source *src, unsigned char *buffer, int size) |
int burn_source_cancel | ( | struct burn_source * | src | ) |
Definition at line 56 of file source.c.
References burn_source::cancel, burn_source::read, and burn_source::version.
Referenced by burn_dvd_write_track(), burn_fifo_cancel(), burn_stdio_write_track(), burn_write_track(), and offst_cancel().
struct burn_source* burn_source_new | ( | void | ) |
Definition at line 41 of file source.c.
References burn_alloc_mem(), and burn_source::refcount.
Referenced by burn_fd_source_new(), burn_fifo_source_new(), burn_file_source_new(), and burn_offst_source_new().
int burn_source_read | ( | struct burn_source * | src, |
unsigned char * | buffer, | ||
int | size | ||
) |
Definition at line 67 of file source.c.
References burn_source::read, and burn_source::read_xt.
Referenced by offst_read().