rpm  4.5
Data Fields
hdrObject_s Struct Reference
Collaboration diagram for hdrObject_s:
Collaboration graph
[legend]

Data Fields

PyObject_HEAD Header h
 
char ** md5list
 
char ** fileList
 
char ** linkList
 
int_32fileSizes
 
int_32mtimes
 
int_32uids
 
int_32gids
 
unsigned short * rdevs
 
unsigned short * modes
 

Detailed Description

Definition at line 135 of file header-py.c.

Field Documentation

char** hdrObject_s::fileList

Definition at line 139 of file header-py.c.

Referenced by hdr_dealloc(), hdr_Wrap(), and rpmMergeHeaders().

int_32* hdrObject_s::fileSizes

Definition at line 141 of file header-py.c.

Referenced by hdr_Wrap().

int_32 * hdrObject_s::gids

Definition at line 143 of file header-py.c.

Referenced by hdr_Wrap().

PyObject_HEAD Header hdrObject_s::h
char** hdrObject_s::linkList

Definition at line 140 of file header-py.c.

Referenced by hdr_dealloc(), hdr_Wrap(), and rpmMergeHeaders().

char** hdrObject_s::md5list

Definition at line 138 of file header-py.c.

Referenced by hdr_dealloc(), hdr_Wrap(), and rpmMergeHeaders().

unsigned short* hdrObject_s::modes

Definition at line 145 of file header-py.c.

Referenced by hdr_Wrap().

int_32* hdrObject_s::mtimes

Definition at line 142 of file header-py.c.

Referenced by hdr_Wrap().

unsigned short* hdrObject_s::rdevs

Definition at line 144 of file header-py.c.

Referenced by hdr_Wrap().

int_32* hdrObject_s::uids

Definition at line 143 of file header-py.c.

Referenced by hdr_Wrap().


The documentation for this struct was generated from the following file: