ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
LOCAL int size_str_file | __PR ((UInt32_t starting_extent)) |
LOCAL int gen_str_path | __PR ((void)) |
LOCAL int write_str_file | __PR ((FILE *outfile)) |
LOCAL int | size_str_file (UInt32_t starting_extent) |
LOCAL int | size_str_dir (UInt32_t starting_extent) |
LOCAL int | size_str_path (UInt32_t starting_extent) |
LOCAL int | gen_str_path () |
LOCAL int | write_str_file (FILE *outfile) |
LOCAL int | write_str_dir (FILE *outfile) |
LOCAL int | write_str_path (FILE *outfile) |
Variables | |
static UConst char | sccsid [] |
int | stream_media_size |
char * | stream_filename |
time_t | begun |
LOCAL unsigned int | avail_extent |
LOCAL unsigned int | stream_extent |
LOCAL unsigned int | stream_size |
LOCAL unsigned int | stream_pad |
LOCAL char * | l_path |
LOCAL char * | m_path |
LOCAL struct iso_directory_record | s_dir |
LOCAL int | stream_finished = 0 |
struct output_fragment | strfile_desc = { NULL, size_str_file, NULL, write_str_file, "Stream File" } |
struct output_fragment | strdir_desc = { NULL, size_str_dir, NULL, write_str_dir, "Stream File Directory" } |
struct output_fragment | strpath_desc = { NULL, size_str_path, gen_str_path, write_str_path, "Stream File Path table" } |
LOCAL int write_str_file __PR | ( | (FILE *outfile) | ) |
LOCAL int size_str_file __PR | ( | (UInt32_t starting_extent) | ) |
LOCAL int gen_str_path __PR | ( | (void) | ) |
Definition at line 121 of file stream.c.
Definition at line 106 of file stream.c.
Definition at line 189 of file stream.c.
Definition at line 145 of file stream.c.
Definition at line 46 of file stream.c.
Referenced by size_str_file(), and write_str_file().
|
extern |
Definition at line 305 of file write.c.
Referenced by vers_write(), write_one_file(), and write_str_dir().
Definition at line 50 of file stream.c.
Referenced by gen_str_path(), and write_str_path().
Definition at line 51 of file stream.c.
Referenced by gen_str_path(), CEnumRegKey::Initialize(), and write_str_path().
LOCAL struct iso_directory_record s_dir |
Definition at line 52 of file stream.c.
Referenced by write_str_dir().
struct output_fragment strdir_desc = { NULL, size_str_dir, NULL, write_str_dir, "Stream File Directory" } |
Definition at line 47 of file stream.c.
Referenced by size_str_file(), and write_str_dir().
|
extern |
Definition at line 261 of file mkisofs.c.
Referenced by main(), and write_str_dir().
Definition at line 53 of file stream.c.
Referenced by write_str_file().
|
extern |
Definition at line 260 of file mkisofs.c.
Referenced by main(), and size_str_file().
Definition at line 49 of file stream.c.
Referenced by size_str_file(), and write_str_file().
Definition at line 48 of file stream.c.
Referenced by write_str_dir(), and write_str_file().
struct output_fragment strfile_desc = { NULL, size_str_file, NULL, write_str_file, "Stream File" } |
struct output_fragment strpath_desc = { NULL, size_str_path, gen_str_path, write_str_path, "Stream File Path table" } |