Crossfire Server, Trunk
|
#include <microtar.h>
Data Fields | |
char | linkname [100] |
unsigned | mode |
unsigned | mtime |
char | name [100] |
unsigned | owner |
unsigned | size |
unsigned | type |
Definition at line 38 of file microtar.h.
char mtar_header_t::linkname[100] |
Definition at line 45 of file microtar.h.
Referenced by header_to_raw(), and raw_to_header().
unsigned mtar_header_t::mode |
Definition at line 39 of file microtar.h.
Referenced by add_to_tar(), header_to_raw(), mtar_write_dir_header(), mtar_write_file_header(), and raw_to_header().
unsigned mtar_header_t::mtime |
Definition at line 42 of file microtar.h.
Referenced by add_to_tar(), header_to_raw(), and raw_to_header().
char mtar_header_t::name[100] |
Definition at line 44 of file microtar.h.
Referenced by add_to_tar(), header_to_raw(), TarLoader::load(), mtar_write_dir_header(), mtar_write_file_header(), and raw_to_header().
unsigned mtar_header_t::owner |
Definition at line 40 of file microtar.h.
Referenced by header_to_raw(), and raw_to_header().
unsigned mtar_header_t::size |
Definition at line 41 of file microtar.h.
Referenced by add_to_tar(), bufferreader_init_from_tar_file(), header_to_raw(), mtar_next(), mtar_read_data(), mtar_write_file_header(), mtar_write_header(), and raw_to_header().
unsigned mtar_header_t::type |
Definition at line 43 of file microtar.h.
Referenced by add_to_tar(), header_to_raw(), mtar_write_dir_header(), mtar_write_file_header(), and raw_to_header().