rpm
4.5
|
Data Fields | |
Header | h |
FD_t | fd |
int | numFailed |
int | numPkgs |
str_t * | pkgURL |
str_t * | fnp |
char * | pkgState |
int | prevx |
int | pkgx |
int | numRPMS |
int | numSRPMS |
str_t * | sourceURL |
int | isSource |
int | argc |
str_t * | argv |
rpmRelocation | relocations |
rpmRC | rpmrc |
Definition at line 266 of file rpminstall.c.
int rpmEIU::argc |
Definition at line 284 of file rpminstall.c.
Referenced by rpmInstall().
str_t* rpmEIU::argv |
Definition at line 286 of file rpminstall.c.
Referenced by rpmInstall().
FD_t rpmEIU::fd |
Definition at line 268 of file rpminstall.c.
Referenced by rpmInstall(), and rpmInstallSource().
str_t* rpmEIU::fnp |
Definition at line 274 of file rpminstall.c.
Referenced by rpmInstall().
Header rpmEIU::h |
Definition at line 267 of file rpminstall.c.
Referenced by rpmErase(), and rpmInstall().
int rpmEIU::isSource |
Definition at line 283 of file rpminstall.c.
Referenced by rpmInstall().
int rpmEIU::numFailed |
Definition at line 269 of file rpminstall.c.
Referenced by rpmErase(), and rpmInstall().
int rpmEIU::numPkgs |
Definition at line 270 of file rpminstall.c.
Referenced by rpmInstall().
int rpmEIU::numRPMS |
Definition at line 279 of file rpminstall.c.
Referenced by rpmInstall().
int rpmEIU::numSRPMS |
Definition at line 280 of file rpminstall.c.
Referenced by rpmInstall().
char* rpmEIU::pkgState |
Definition at line 276 of file rpminstall.c.
Referenced by rpmInstall().
str_t* rpmEIU::pkgURL |
Definition at line 272 of file rpminstall.c.
Referenced by rpmInstall().
int rpmEIU::pkgx |
Definition at line 278 of file rpminstall.c.
Referenced by rpmInstall().
int rpmEIU::prevx |
Definition at line 277 of file rpminstall.c.
Referenced by rpmInstall().
rpmRelocation rpmEIU::relocations |
Definition at line 288 of file rpminstall.c.
Referenced by rpmInstall().
rpmRC rpmEIU::rpmrc |
Definition at line 289 of file rpminstall.c.
Referenced by rpmInstall(), and rpmInstallSource().
str_t* rpmEIU::sourceURL |
Definition at line 282 of file rpminstall.c.
Referenced by rpmInstall().