dpkg 1.22.7-3-g89f48
|
#include <dpkg-split.h>
Data Fields | |
struct deb_version | fmtversion |
const char * | filename |
const char * | package |
const char * | version |
const char * | arch |
const char * | md5sum |
off_t | orglength |
int | thispartn |
int | maxpartn |
off_t | maxpartlen |
off_t | thispartoffset |
off_t | thispartlen |
off_t | headerlen |
Size of header in part file. | |
off_t | filesize |
const char* partinfo::arch |
Referenced by do_join(), print_info(), and read_info().
const char* partinfo::filename |
Referenced by addtopartlist(), do_auto(), do_discard(), do_queue(), print_info(), read_info(), and reassemble().
off_t partinfo::filesize |
Referenced by print_info(), and read_info().
struct deb_version partinfo::fmtversion |
Referenced by print_info(), and read_info().
off_t partinfo::headerlen |
Size of header in part file.
Referenced by read_info(), and reassemble().
off_t partinfo::maxpartlen |
Referenced by addtopartlist(), print_info(), and read_info().
int partinfo::maxpartn |
Referenced by addtopartlist(), do_auto(), do_join(), do_queue(), print_info(), and read_info().
const char* partinfo::md5sum |
Referenced by addtopartlist(), do_discard(), do_queue(), print_info(), and read_info().
off_t partinfo::orglength |
Referenced by addtopartlist(), print_info(), and read_info().
const char* partinfo::package |
Referenced by addtopartlist(), do_join(), do_queue(), print_info(), and read_info().
off_t partinfo::thispartlen |
Referenced by print_info(), read_info(), and reassemble().
int partinfo::thispartn |
Referenced by addtopartlist(), do_auto(), do_join(), do_queue(), print_info(), and read_info().
off_t partinfo::thispartoffset |
Referenced by print_info(), and read_info().
const char* partinfo::version |
Referenced by addtopartlist(), do_join(), print_info(), and read_info().