rpm
5.4.14
|
#include "system.h"
#include <rpmio_internal.h>
#include <rpmdir.h>
#include <fts.h>
#include <poptIO.h>
#include <rpmrepo.h>
#include <rpmtypes.h>
#include <rpmtag.h>
#include <pkgio.h>
#include <rpmts.h>
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | _RPMREPO_INTERNAL |
#define | QVA_ISSET(_qvaflags, _FLAG) ((_qvaflags) & (VERIFY_##_FLAG)) |
#define | VSF_ISSET(_vsflags, _FLAG) ((_vsflags) & (RPMVSF_##_FLAG)) |
#define | VSF_SET(_vsflags, _FLAG) (_vsflags) |= (RPMVSF_##_FLAG) |
#define | VSF_CLR(_vsflags, _FLAG) (_vsflags) &= ~(RPMVSF_##_FLAG) |
Functions | |
argvPrint ("repo->directories", repo->directories, NULL) | |
if (repo->outputdir==NULL) | |
if (REPO_ISSET(SPLIT)&&REPO_ISSET(CHECKTS)) | |
argvPrint ("repo->pkglist", repo->pkglist, NULL) | |
void | rpmtsSetVSFlags (ts, vsflags) |
if (!REPO_ISSET(SPLIT)) | |
if ((rc=rpmrepoDoPkgMetadata(repo))!=0) | |
tagClean (NULL) | |
Variables | |
int | |
int | rc = 1 |
int | xx = argvSort(repo->pkglist, NULL) |
__progname = "rpmrepo" | |
repo = rpmrepoNew(argv, 0) | |
goto | exit |
repo | pkgcount = argvCount(repo->pkglist) |
rpmVSFlags | vsflags { rpmts ts = repo->_ts |
_rpmts_stats = _rpmsw_stats | |
repo | _ts = ts = rpmtsCreate() |
#define QVA_ISSET | ( | _qvaflags, | |
_FLAG | |||
) | ((_qvaflags) & (VERIFY_##_FLAG)) |
#define VSF_CLR | ( | _vsflags, | |
_FLAG | |||
) | (_vsflags) &= ~(RPMVSF_##_FLAG) |
#define VSF_ISSET | ( | _vsflags, | |
_FLAG | |||
) | ((_vsflags) & (RPMVSF_##_FLAG)) |
#define VSF_SET | ( | _vsflags, | |
_FLAG | |||
) | (_vsflags) |= (RPMVSF_##_FLAG) |
Definition at line 109 of file rpmrepo.c.
References _, errno, NULL, rpmrepoError(), rpmrepoRealpath(), and xstrdup().
if | ( | ! | REPO_ISSETSPLIT | ) |
if | ( | (rc=rpmrepoDoPkgMetadata(repo))! | = 0 | ) |
Definition at line 191 of file rpmrepo.c.
References NULL, rpmtsFree(), and void.
tagClean | ( | NULL | ) |
_rpmts_stats = _rpmsw_stats |
Definition at line 163 of file rpmrepo.c.
Referenced by setStats().
repo _ts = ts = rpmtsCreate() |
Definition at line 164 of file rpmrepo.c.
Referenced by pgpSetFindPubkey().
int |
repo = rpmrepoNew(argv, 0) |
Definition at line 97 of file rpmrepo.c.
Referenced by rpmrepoFini(), rpmrepoGetPool(), and rpmrepoNew().
Definition at line 161 of file rpmrepo.c.
Referenced by headerCheck(), main(), rpmcliInstall(), rpmcliQuery(), rpmcliVerify(), rpmErase(), rpmReadPackageFile(), rpmRollback(), rpmtsRollback(), and rpmtsSetVSFlags().