rpm
5.4.14
|
#include "system.h"
#include <rpmio.h>
#include <rpmiotypes.h>
#include <rpmtypes.h>
#include <rpmtag.h>
#include "rpmal-py.h"
#include "rpmds-py.h"
#include "rpmfi-py.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
if (!PyArg_ParseTupleAndKeywords(args, kwds,"iOO!O!:Add", kwlist,&pkgKey,&key,&rpmds_Type,&dso,&rpmfi_Type,&fio)) return NULL | |
return | Py_BuildValue ("i", pkgKey) |
rpmalDel (s->al, pkgKey) | |
if (!PyArg_ParseTupleAndKeywords(args, kwds,"iOO!O!:AddProvides", kwlist,&pkgKey,&rpmds_Type,&dso)) return NULL | |
rpmalAddProvides (s->al, pkgKey, dso->ds, 0) | |
rpmalObject * | rpmal_Wrap (rpmal al) |
Variables | |
static PyObject *rpmfiObject * | fio |
PyObject * | key |
alKey | pkgKey = rpmalAdd(&s->al, pkgKey, key, dso->ds, fio->fi, 0) |
return | NULL |
static struct PyMethodDef | rpmal_methods [] |
static | void |
PyTypeObject | rpmal_Type |
Class: Rpmds | |
char * | kwlist [] = {"packageKey", "key", "dso", "fileInfo", NULL} |
return | Py_None |
Py_INCREF (Py_None) | |
if | ( | ! | PyArg_ParseTupleAndKeywordsargs, kwds,"iOO!O!:Add", kwlist,&pkgKey,&key,&rpmds_Type,&dso,&rpmfi_Type,&fio | ) |
if | ( | ! | PyArg_ParseTupleAndKeywordsargs, kwds,"iOO!O!:AddProvides", kwlist,&pkgKey,&rpmds_Type,&dso | ) |
Referenced by archScore(), evrSplit(), for(), hdrGetOrigin(), hdrSprintf(), if(), labelCompare(), platformScore(), rpmts_GetVSFlags(), rpmtsCallback(), switch(), versionCompare(), and while().
Py_INCREF | ( | Py_None | ) |
Referenced by checkSignals(), hdr_subscript(), hdrGetOrigin(), hdrSetOrigin(), if(), init_rpm(), rpmds_Debug(), rpmfd_Debug(), rpmfi_Debug(), rpmfts_Debug(), rpmps_Debug(), rpmReadHeaders(), rpmSingleHeaderFromFD(), rpmte_Debug(), rpmtsCallback(), setEpochPromote(), setLogFile(), setStats(), and setVerbosity().
PyObject* rpmfiObject* fio |
Definition at line 22 of file rpmal-py.c.
PyObject* key |
Definition at line 25 of file rpmal-py.c.
Definition at line 27 of file rpmal-py.c.
Referenced by archScore(), evrCompare(), evrSplit(), hdr_fiFromHeader(), hdrLoad(), hdrSetOrigin(), hdrSprintf(), hdrUnload(), platformScore(), rpmds_Debug(), rpmfd_Debug(), rpmfi_Debug(), rpmfi_init(), rpmfts_Debug(), rpmHeaderFromFD(), rpmHeaderFromFile(), rpmHeaderToFD(), rpmHeaderToFile(), rpmps_Debug(), rpmps_init(), rpmSingleHeaderFromFD(), rpmte_Debug(), setEpochPromote(), setLogFile(), setStats(), setVerbosity(), and versionCompare().
return NULL |
Definition at line 50 of file rpmal-py.c.
Definition at line 26 of file rpmal-py.c.
Referenced by alKey2Num(), rpmalAddProvides(), rpmteNew(), rpmtsAddInstallElement(), rpmtsAddObsoletes(), and rpmtsAddUpgrades().
return Py_None |
Definition at line 55 of file rpmal-py.c.
Referenced by checkSignals(), hdr_subscript(), hdrGetOrigin(), hdrSetOrigin(), if(), rpmds_Debug(), rpmfd_Debug(), rpmfi_Debug(), rpmfts_Debug(), rpmfts_new(), rpmps_Debug(), rpmReadHeaders(), rpmSingleHeaderFromFD(), rpmte_Debug(), rpmtsCallback(), setEpochPromote(), setLogFile(), setStats(), and setVerbosity().
|
static |
Definition at line 95 of file rpmal-py.c.
|
static |
Definition at line 113 of file rpmal-py.c.