#include "system.h"
#include <rpmlib.h>
#include <rpmmacro.h>
#include <rpmurl.h>
#include "misc.h"
#include "debug.h"
Go to the source code of this file.
RPMEIU | |
int | rpmInstall (const char *rootdir, const char **fileArgv, rpmtransFlags transFlags, rpmInstallInterfaceFlags interfaceFlags, rpmprobFilterFlags probFilter, rpmRelocation *relocations) |
int | rpmErase (const char *rootdir, const char **argv, rpmtransFlags transFlags, rpmEraseInterfaceFlags interfaceFlags) |
Build up the transaction set. More... | |
int | rpmInstallSource (const char *rootdir, const char *arg, const char **specFile, char **cookie) |
Defines | |
#define | FANCY_HASH |
Functions | |
void | printHash (const unsigned long amount, const unsigned long total) |
void* | showProgress (const void *arg, const rpmCallbackType what, const unsigned long amount, const unsigned long total, const void *pkgKey, void *data) |
Variables | |
int | hashesPrinted = 0 |
int | packagesTotal = 0 |
int | progressTotal = 0 |
int | progressCurrent = 0 |
Definition in file rpminstall.c.
|
Value: Definition at line 20 of file rpminstall.c. |
|
Definition at line 30 of file rpminstall.c. Referenced by showProgress(). |
|
Definition at line 74 of file rpminstall.c. |
|
Definition at line 22 of file rpminstall.c. |
|
Definition at line 25 of file rpminstall.c. |
|
Definition at line 27 of file rpminstall.c. |
|
Definition at line 26 of file rpminstall.c. |