Main Page | Modules | Data Structures | File List | Data Fields | Related Pages

Packages
[System]


Data Structures

struct  di_system_package
 Package - System. More...


Functions

void di_system_package_destroy (di_system_package *package)
di_packagesdi_system_packages_alloc (void)
di_packages_allocatordi_system_packages_allocator_alloc (void)
bool di_system_package_check_subarchitecture (di_package *package, const char *subarchitecture)
di_parser_infodi_system_package_parser_info (void)
di_parser_infodi_system_packages_parser_info (void)
di_parser_infodi_system_packages_status_parser_info (void)
di_packagedi_system_package_read_file (const char *file, di_packages *packages, di_packages_allocator *allocator)
di_packagesdi_system_packages_read_file (const char *file, di_packages_allocator *allocator)
di_packagesdi_system_packages_status_read_file (const char *file, di_packages_allocator *allocator)
int di_system_packages_write_file (di_packages *packages, const char *file)
int di_system_packages_status_write_file (di_packages *packages, const char *file)

Variables

const di_parser_fieldinfodi_system_package_parser_fieldinfo []

Function Documentation

di_package* di_system_package_read_file const char *  file,
di_packages packages,
di_packages_allocator allocator
[inline, static]
 

Read a standard package control file

Parameters:
file file to read
allocator the allocator for the packages structure

00068 {
00069   return di_package_special_read_file (file, packages, allocator, di_system_package_parser_info);
00070 }

di_packages* di_system_packages_read_file const char *  file,
di_packages_allocator allocator
[inline, static]
 

Read a standard Packages file

Parameters:
file file to read
allocator the allocator for the packages structure

00079 {
00080   return di_packages_special_read_file (file, allocator, di_system_packages_parser_info);
00081 }

di_packages* di_system_packages_status_read_file const char *  file,
di_packages_allocator allocator
[inline, static]
 

Read a standard status file

Parameters:
file file to read
allocator the allocator for the packages structure

00090 {
00091   return di_packages_special_read_file (file, allocator, di_system_packages_status_parser_info);
00092 }

int di_system_packages_status_write_file di_packages packages,
const char *  file
[inline, static]
 

Write a standard status file

Parameters:
packages the packages structure
file file to read

00112 {
00113   return di_packages_special_write_file (packages, file, di_system_packages_status_parser_info);
00114 }

int di_system_packages_write_file di_packages packages,
const char *  file
[inline, static]
 

Write a standard Packages file

Parameters:
packages the packages structure
file file to read

00101 {
00102   return di_packages_special_write_file (packages, file, di_system_packages_parser_info);
00103 }


Generated on Fri Feb 6 14:26:37 2004 for libdebian-installer by doxygen 1.3.5