rpm
4.5
|
Files | |
file | header-py.c |
file | header-py.h |
file | rpmal-py.c |
file | rpmal-py.h |
file | rpmdb-py.c |
file | rpmdb-py.h |
file | rpmds-py.c |
file | rpmds-py.h |
file | rpmfd-py.c |
file | rpmfd-py.h |
file | rpmfi-py.c |
file | rpmfi-py.h |
file | rpmfts-py.c |
file | rpmfts-py.h |
file | rpmmi-py.c |
file | rpmmi-py.h |
file | rpmmodule.c |
file | rpmps-py.c |
file | rpmps-py.h |
file | rpmrc-py.c |
file | rpmrc-py.h |
file | rpmte-py.c |
file | rpmte-py.h |
file | rpmts-py.c |
file | rpmts-py.h |
Data Structures | |
struct | hdrObject_s |
struct | rpmalObject_s |
struct | rpmdbObject_s |
struct | rpmdsObject_s |
struct | rpmfdObject_s |
struct | rpmfiObject_s |
struct | rpmftsObject_s |
struct | rpmmiObject_s |
struct | rpmpsObject_s |
struct | rpmrcObject_s |
struct | rpmteObject_s |
struct | rpmtsCallbackType_s |
struct | rpmtsObject_s |
Functions | |
static void | hdr_dealloc (hdrObject *s) |
static int | rpmHeaderGetEntry (Header h, int_32 tag, int_32 *type, void **p, int_32 *c) |
Retrieve tag info from header. More... | |
static PyObject * | hdr_subscript (hdrObject *s, PyObject *item) |
static void | rpmfd_dealloc (rpmfdObject *s) |
static int | rpmfd_init (rpmfdObject *s, PyObject *args, PyObject *kwds) |
static void | rpmfd_free (rpmfdObject *s) |
static PyObject * | rpmfd_alloc (PyTypeObject *subtype, int nitems) |
static rpmfdObject * | rpmfd_new (PyTypeObject *subtype, PyObject *args, PyObject *kwds) |
static int | rpmfi_init (rpmfiObject *s, PyObject *args, PyObject *kwds) |
static void | rpmfi_free (rpmfiObject *s) |
static PyObject * | rpmfi_alloc (PyTypeObject *subtype, int nitems) |
static PyObject * | rpmfi_new (PyTypeObject *subtype, PyObject *args, PyObject *kwds) |
static void | rpmmi_dealloc (rpmmiObject *s) |
static int | rpmps_init (rpmpsObject *s, PyObject *args, PyObject *kwds) |
static void | rpmps_free (rpmpsObject *s) |
static PyObject * | rpmps_alloc (PyTypeObject *subtype, int nitems) |
static PyObject * | rpmps_new (PyTypeObject *subtype, PyObject *args, PyObject *kwds) |
static int | rpmrc_init (PyObject *s, PyObject *args, PyObject *kwds) |
static void | rpmrc_free (PyObject *s) |
static PyObject * | rpmrc_alloc (PyTypeObject *subtype, int nitems) |
static PyObject * | rpmrc_new (PyTypeObject *subtype, PyObject *args, PyObject *kwds) |
static void | rpmts_dealloc (rpmtsObject *s) |
static int | rpmts_setattro (PyObject *o, PyObject *n, PyObject *v) |
static int | rpmts_init (rpmtsObject *s, PyObject *args, PyObject *kwds) |
static void | rpmts_free (rpmtsObject *s) |
static PyObject * | rpmts_alloc (PyTypeObject *subtype, int nitems) |
static PyObject * | rpmts_new (PyTypeObject *subtype, PyObject *args, PyObject *kwds) |
Variables | |
static struct PyMethodDef | hdr_methods [] |
static PyMappingMethods | hdr_as_mapping |
PyTypeObject | hdr_Type |
static struct PyMethodDef | rpmfd_methods [] |
PyTypeObject | rpmfd_Type |
static struct PyMethodDef | rpmfts_methods [] |
PyTypeObject | rpmfts_Type |
static struct PyMethodDef | rpmmi_methods [] |
PyTypeObject | rpmmi_Type |
PyTypeObject | rpmrc_Type |
static struct PyMethodDef | rpmte_methods [] |
PyTypeObject | rpmte_Type |
static struct PyMethodDef | rpmts_methods [] |
PyTypeObject | rpmts_Type |
Type: _rpm.hdr | |
typedef struct hdrObject_s | hdrObject |
PyTypeObject | hdr_Type |
PyObject * | pyrpmError |
long | tagNumFromPyObject (PyObject *item) |
hdrObject * | hdr_Wrap (Header h) |
Header | hdrGetHeader (hdrObject *h) |
PyObject * | labelCompare (PyObject *self, PyObject *args) |
PyObject * | versionCompare (PyObject *self, PyObject *args, PyObject *kwds) |
PyObject * | rpmMergeHeadersFromFD (PyObject *self, PyObject *args, PyObject *kwds) |
int | rpmMergeHeaders (PyObject *list, FD_t fd, int matchTag) |
This assumes the order of list matches the order of the new headers, and throws an exception if that isn't true. More... | |
PyObject * | rpmHeaderFromFile (PyObject *self, PyObject *args, PyObject *kwds) |
PyObject * | rpmHeaderFromFD (PyObject *self, PyObject *args, PyObject *kwds) |
PyObject * | rpmSingleHeaderFromFD (PyObject *self, PyObject *args, PyObject *kwds) |
PyObject * | rpmReadHeaders (FD_t fd) |
PyObject * | rhnLoad (PyObject *self, PyObject *args, PyObject *kwds) |
PyObject * | hdrLoad (PyObject *self, PyObject *args, PyObject *kwds) |
Type: _rpm.al | |
typedef struct rpmalObject_s | rpmalObject |
PyTypeObject | rpmal_Type |
rpmalObject * | rpmal_Wrap (rpmal al) |
Type: _rpm.db | |
typedef struct rpmdbObject_s | rpmdbObject |
PyTypeObject | rpmdb_Type |
Type: _rpm.ds | |
typedef struct rpmdsObject_s | rpmdsObject |
PyTypeObject | rpmds_Type |
rpmds | dsFromDs (rpmdsObject *ds) |
rpmdsObject * | rpmds_Wrap (rpmds ds) |
rpmdsObject * | rpmds_Single (PyObject *s, PyObject *args, PyObject *kwds) |
rpmdsObject * | hdr_dsFromHeader (PyObject *s, PyObject *args, PyObject *kwds) |
rpmdsObject * | hdr_dsOfHeader (PyObject *s) |
Type: _rpm.fd | |
typedef struct rpmfdObject_s | rpmfdObject |
PyTypeObject | rpmfd_Type |
rpmfdObject * | rpmfd_Wrap (FD_t fd) |
Type: _rpm.fi | |
typedef struct rpmfiObject_s | rpmfiObject |
PyTypeObject | rpmfi_Type |
rpmfi | fiFromFi (rpmfiObject *fi) |
rpmfiObject * | rpmfi_Wrap (rpmfi fi) |
rpmfiObject * | hdr_fiFromHeader (PyObject *s, PyObject *args, PyObject *kwds) |
Type: _rpm.fts | |
typedef struct rpmftsObject_s | rpmftsObject |
PyTypeObject | rpmfts_Type |
Type: _rpm.mi | |
typedef struct rpmmiObject_s | rpmmiObject |
PyTypeObject | rpmmi_Type |
rpmmiObject * | rpmmi_Wrap (rpmdbMatchIterator mi, PyObject *s) |
Type: _rpm.ps | |
typedef struct rpmpsObject_s | rpmpsObject |
PyTypeObject | rpmps_Type |
rpmps | psFromPs (rpmpsObject *ps) |
rpmpsObject * | rpmps_Wrap (rpmps ps) |
Type: _rpm.rc | |
typedef struct rpmrcObject_s | rpmrcObject |
PyTypeObject | rpmrc_Type |
PyObject * | rpmrc_AddMacro (PyObject *self, PyObject *args, PyObject *kwds) |
PyObject * | rpmrc_DelMacro (PyObject *self, PyObject *args, PyObject *kwds) |
PyObject * | rpmrc_Create (PyObject *self, PyObject *args, PyObject *kwds) |
Type: _rpm.te | |
typedef struct rpmteObject_s | rpmteObject |
PyTypeObject | rpmte_Type |
rpmteObject * | rpmte_Wrap (rpmte te) |
Class: Rpmts | |
static PyObject * | rpmts_SetProbFilter (rpmtsObject *s, PyObject *args, PyObject *kwds) |
Type: _rpm.ts | |
typedef struct rpmtsObject_s | rpmtsObject |
PyTypeObject | rpmts_Type |
rpmtsObject * | rpmts_Create (PyObject *s, PyObject *args, PyObject *kwds) |
typedef struct hdrObject_s hdrObject |
Definition at line 13 of file header-py.h.
typedef struct rpmalObject_s rpmalObject |
typedef struct rpmdbObject_s rpmdbObject |
Definition at line 15 of file rpmdb-py.h.
typedef struct rpmdsObject_s rpmdsObject |
typedef struct rpmfdObject_s rpmfdObject |
typedef struct rpmfiObject_s rpmfiObject |
typedef struct rpmftsObject_s rpmftsObject |
typedef struct rpmmiObject_s rpmmiObject |
Definition at line 13 of file rpmmi-py.h.
typedef struct rpmpsObject_s rpmpsObject |
typedef struct rpmrcObject_s rpmrcObject |
Definition at line 13 of file rpmrc-py.h.
typedef struct rpmteObject_s rpmteObject |
typedef struct rpmtsObject_s rpmtsObject |
rpmds dsFromDs | ( | rpmdsObject * | ds | ) |
Definition at line 774 of file rpmds-py.c.
References rpmdsObject_s::ds.
rpmfi fiFromFi | ( | rpmfiObject * | fi | ) |
Definition at line 612 of file rpmfi-py.c.
References rpmfiObject_s::fi.
|
static |
Definition at line 621 of file header-py.c.
References _free(), hdrObject_s::fileList, hdrObject_s::h, headerFree(), hdrObject_s::linkList, and hdrObject_s::md5list.
rpmdsObject* hdr_dsFromHeader | ( | PyObject * | s, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 819 of file rpmds-py.c.
References hdrGetHeader(), rpmds_Wrap(), rpmdsNew(), RPMTAG_REQUIRENAME, and tagNumFromPyObject().
rpmdsObject* hdr_dsOfHeader | ( | PyObject * | s | ) |
Definition at line 842 of file rpmds-py.c.
References hdrGetHeader(), rpmds_Wrap(), rpmdsThis(), RPMSENSE_EQUAL, and RPMTAG_PROVIDENAME.
rpmfiObject* hdr_fiFromHeader | ( | PyObject * | s, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 630 of file rpmfi-py.c.
References hdrGetHeader(), rpmfi_Wrap(), rpmfiNew(), RPMTAG_BASENAMES, and tagNumFromPyObject().
|
static |
Definition at line 713 of file header-py.c.
References alloca(), _HE_s::c, _HE_s::freeData, hdrObject_s::h, HEADER_EXT_TAG, headerSprintfExtension_s::name, _HE_s::p, rpmDataType_u::ptr, RPM_ASN1_TYPE, RPM_BIN_TYPE, RPM_CHAR_TYPE, RPM_INT16_TYPE, RPM_INT32_TYPE, RPM_INT64_TYPE, RPM_INT8_TYPE, RPM_OPENPGP_TYPE, RPM_STRING_ARRAY_TYPE, RPM_STRING_TYPE, rpmHeaderFormats, rpmHeaderGetEntry(), RPMTAG_ARCH, RPMTAG_CHANGELOGTIME, RPMTAG_CONFLICTFLAGS, RPMTAG_CONFLICTNAME, RPMTAG_CONFLICTVERSION, RPMTAG_DESCRIPTION, RPMTAG_EPOCH, RPMTAG_FILEFLAGS, RPMTAG_FILEGIDS, RPMTAG_FILEGROUPNAME, RPMTAG_FILELINKTOS, RPMTAG_FILEMD5S, RPMTAG_FILEMODES, RPMTAG_FILEMTIMES, RPMTAG_FILERDEVS, RPMTAG_FILESIZES, RPMTAG_FILESTATES, RPMTAG_FILEUIDS, RPMTAG_FILEUSERNAME, RPMTAG_FILEVERIFYFLAGS, RPMTAG_GROUP, RPMTAG_NAME, RPMTAG_OBSOLETEFLAGS, RPMTAG_OBSOLETENAME, RPMTAG_OBSOLETEVERSION, RPMTAG_OLDFILENAMES, RPMTAG_OS, RPMTAG_PROVIDEFLAGS, RPMTAG_PROVIDENAME, RPMTAG_PROVIDEVERSION, RPMTAG_RELEASE, RPMTAG_REQUIREFLAGS, RPMTAG_REQUIRENAME, RPMTAG_REQUIREVERSION, RPMTAG_ROOT, RPMTAG_SUMMARY, RPMTAG_VERSION, _HE_s::t, headerSprintfExtension_s::tagFunction, tagNumFromPyObject(), headerSprintfExtension_s::type, headerSprintfExtension_s::u, and xstrcasecmp().
Referenced by hdr_getattro().
Definition at line 995 of file header-py.c.
References hdrObject_s::fileList, hdrObject_s::fileSizes, hdrObject_s::gids, hdrObject_s::h, headerLink(), hdrObject_s::linkList, hdrObject_s::md5list, hdrObject_s::modes, hdrObject_s::mtimes, hdrObject_s::rdevs, and hdrObject_s::uids.
Referenced by hdrLoad(), rpmdb_subscript(), rpmmi_iternext(), rpmReadHeaders(), rpmSingleHeaderFromFD(), rpmts_HdrFromFdno(), rpmts_IDTXglob(), and rpmts_IDTXload().
Definition at line 1005 of file header-py.c.
References hdrObject_s::h.
Referenced by hdr_dsFromHeader(), hdr_dsOfHeader(), hdr_fiFromHeader(), rpmds_init(), rpmfi_init(), and rpmts_AddInstall().
PyObject* hdrLoad | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 1012 of file header-py.c.
References compressFilelist(), hdr_Wrap(), headerAllocated(), headerFree(), headerLoad(), providePackageNVR(), and pyrpmError.
PyObject* labelCompare | ( | PyObject * | self, |
PyObject * | args | ||
) |
Definition at line 1285 of file header-py.c.
References alloca(), and rpmEVRcompare().
rpmps psFromPs | ( | rpmpsObject * | ps | ) |
Definition at line 371 of file rpmps-py.c.
References rpmpsObject_s::ps.
PyObject* rhnLoad | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
rpmalObject* rpmal_Wrap | ( | rpmal | al | ) |
Definition at line 205 of file rpmal-py.c.
References rpmalObject_s::al.
rpmdsObject* rpmds_Single | ( | PyObject * | s, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 793 of file rpmds-py.c.
References rpmds_Wrap(), rpmdsSingle(), RPMTAG_PROVIDENAME, tagNumFromPyObject(), and xstrdup().
rpmdsObject* rpmds_Wrap | ( | rpmds | ds | ) |
Definition at line 780 of file rpmds-py.c.
References rpmdsObject_s::active, and rpmdsObject_s::ds.
Referenced by hdr_dsFromHeader(), hdr_dsOfHeader(), rpmds_Cpuinfo(), rpmds_Getconf(), rpmds_iternext(), rpmds_Ldconfig(), rpmds_Rpmlib(), rpmds_Single(), rpmds_Sysinfo(), rpmte_DS(), and rpmts_SolveCallback().
|
static |
Definition at line 253 of file rpmfd-py.c.
References _rpmfd_debug.
|
static |
Definition at line 182 of file rpmfd-py.c.
References Fclose(), and rpmfdObject_s::fd.
|
static |
Definition at line 240 of file rpmfd-py.c.
References _rpmfd_debug, Fclose(), and rpmfdObject_s::fd.
Referenced by rpmfd_new().
|
static |
Definition at line 206 of file rpmfd-py.c.
References _rpmfd_debug, Fclose(), rpmfdObject_s::fd, Ferror(), Fopen(), Fstrerror(), and pyrpmError.
Referenced by rpmfd_new().
|
static |
Definition at line 266 of file rpmfd-py.c.
References _rpmfd_debug, rpmfdObject_s::fd, rpmfd_free(), and rpmfd_init().
rpmfdObject* rpmfd_Wrap | ( | FD_t | fd | ) |
Definition at line 340 of file rpmfd-py.c.
References rpmfdObject_s::fd.
|
static |
Definition at line 524 of file rpmfi-py.c.
References _rpmfi_debug.
|
static |
Definition at line 512 of file rpmfi-py.c.
References _rpmfi_debug, rpmfiObject_s::fi, and rpmfiFree().
Referenced by rpmfi_new().
|
static |
Definition at line 479 of file rpmfi-py.c.
References _rpmfi_debug, rpmfiObject_s::active, rpmfiObject_s::fi, hdr_Type, hdrGetHeader(), rpmfiNew(), RPMTAG_BASENAMES, and tagNumFromPyObject().
Referenced by rpmfi_new().
|
static |
Definition at line 537 of file rpmfi-py.c.
References _rpmfi_debug, rpmfiObject_s::fi, rpmfi_free(), and rpmfi_init().
rpmfiObject* rpmfi_Wrap | ( | rpmfi | fi | ) |
Definition at line 618 of file rpmfi-py.c.
References rpmfiObject_s::active, and rpmfiObject_s::fi.
Referenced by hdr_fiFromHeader(), and rpmte_FI().
PyObject* rpmHeaderFromFD | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 1088 of file header-py.c.
References Fclose(), fdDup(), and rpmReadHeaders().
PyObject* rpmHeaderFromFile | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 1108 of file header-py.c.
References Fclose(), Fopen(), pyrpmError, and rpmReadHeaders().
Retrieve tag info from header.
This is a "dressed" entry to headerGetEntry to do: 1) DIRNAME/BASENAME/DIRINDICES -> FILENAMES tag conversions. 2) i18n lookaside (if enabled).
h | header |
tag | tag |
type | address of tag value data type |
p | address of pointer to tag value(s) |
c | address of number of values |
Definition at line 662 of file header-py.c.
References headerGetEntry(), headerSprintf(), RPM_STRING_ARRAY_TYPE, RPM_STRING_TYPE, rpmfiBuildFNames(), rpmHeaderFormats, RPMTAG_BASENAMES, RPMTAG_DESCRIPTION, RPMTAG_GROUP, RPMTAG_OLDFILENAMES, RPMTAG_SUMMARY, rpmTagTable, stpcpy(), and tagName().
Referenced by hdr_subscript().
int rpmMergeHeaders | ( | PyObject * | list, |
FD_t | fd, | ||
int | matchTag | ||
) |
This assumes the order of list matches the order of the new headers, and throws an exception if that isn't true.
Definition at line 1135 of file header-py.c.
References _free(), hdrObject_s::fileList, hdrObject_s::h, HEADER_MAGIC_YES, headerAddEntry(), headerFree(), headerFreeData(), headerFreeIterator(), headerGetEntry(), headerInitIterator(), headerNextIterator(), headerRead(), headerRemoveEntry(), hdrObject_s::linkList, hdrObject_s::md5list, pyrpmError, and headerSprintfExtension_s::type.
Referenced by rpmMergeHeadersFromFD().
PyObject* rpmMergeHeadersFromFD | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 1194 of file header-py.c.
References Fclose(), fdDup(), and rpmMergeHeaders().
|
static |
Definition at line 198 of file rpmmi-py.c.
References rpmmiObject_s::mi, rpmmiObject_s::ref, and rpmdbFreeIterator().
rpmmiObject* rpmmi_Wrap | ( | rpmdbMatchIterator | mi, |
PyObject * | s | ||
) |
Definition at line 277 of file rpmmi-py.c.
References rpmmiObject_s::mi, pyrpmError, and rpmmiObject_s::ref.
Referenced by rpmdb_Match(), and rpmts_Match().
|
static |
Definition at line 284 of file rpmps-py.c.
References _rpmps_debug.
|
static |
Definition at line 272 of file rpmps-py.c.
References _rpmps_debug, rpmpsObject_s::ps, and rpmpsFree().
Referenced by rpmps_new().
|
static |
Definition at line 252 of file rpmps-py.c.
References _rpmps_debug, rpmpsObject_s::active, rpmpsObject_s::ix, rpmpsObject_s::ps, and rpmpsCreate().
Referenced by rpmps_new().
|
static |
Definition at line 297 of file rpmps-py.c.
References _rpmps_debug, rpmpsObject_s::ps, rpmps_free(), and rpmps_init().
rpmpsObject* rpmps_Wrap | ( | rpmps | ps | ) |
Definition at line 377 of file rpmps-py.c.
References rpmpsObject_s::active, rpmpsObject_s::ix, and rpmpsObject_s::ps.
Referenced by rpmts_Problems().
PyObject* rpmrc_AddMacro | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 33 of file rpmrc-py.c.
References addMacro(), and name.
|
static |
Definition at line 285 of file rpmrc-py.c.
References _rc_debug.
PyObject* rpmrc_Create | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 411 of file rpmrc-py.c.
References rpmrc_new().
PyObject* rpmrc_DelMacro | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 51 of file rpmrc-py.c.
References delMacro(), and name.
|
static |
|
static |
|
static |
Definition at line 298 of file rpmrc-py.c.
References _rc_debug, rpmrc_free(), rpmrc_init(), and rpmrc_Type.
Referenced by rpmrc_Create().
PyObject* rpmReadHeaders | ( | FD_t | fd | ) |
Definition at line 1049 of file header-py.c.
References compressFilelist(), hdr_Wrap(), HEADER_MAGIC_YES, headerFree(), headerRead(), providePackageNVR(), and pyrpmError.
Referenced by rpmHeaderFromFD(), and rpmHeaderFromFile().
PyObject* rpmSingleHeaderFromFD | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 1228 of file header-py.c.
References Fclose(), fdDup(), hdr_Wrap(), HEADER_MAGIC_YES, headerFree(), headerRead(), pyrpmError, and SEEK_CUR.
rpmteObject* rpmte_Wrap | ( | rpmte | te | ) |
Definition at line 480 of file rpmte-py.c.
References rpmteObject_s::te.
Referenced by rpmts_iternext().
|
static |
Definition at line 1618 of file rpmts-py.c.
References _rpmts_debug.
rpmtsObject* rpmts_Create | ( | PyObject * | s, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 1708 of file rpmts-py.c.
References _rpmts_debug, rpmtsObject_s::keyList, rpmExpandNumeric(), rpmtsCreate(), rpmtsSetRootDir(), rpmtsSetVSFlags(), rpmtsObject_s::scriptFd, rpmtsObject_s::ts, rpmtsObject_s::tsi, and rpmtsObject_s::tsiFilter.
|
static |
Definition at line 1519 of file rpmts-py.c.
References _rpmts_debug, Fclose(), rpmtsObject_s::keyList, rpmtsFree(), rpmtsObject_s::scriptFd, and rpmtsObject_s::ts.
|
static |
Definition at line 1599 of file rpmts-py.c.
References _rpmts_debug, Fclose(), rpmtsObject_s::keyList, rpmtsFree(), rpmtsObject_s::scriptFd, and rpmtsObject_s::ts.
Referenced by rpmts_new().
|
static |
Definition at line 1568 of file rpmts-py.c.
References _rpmts_debug, rpmtsObject_s::keyList, rpmExpandNumeric(), rpmtsCreate(), rpmtsSetRootDir(), rpmtsSetVSFlags(), rpmtsObject_s::scriptFd, rpmtsObject_s::ts, rpmtsObject_s::tsi, and rpmtsObject_s::tsiFilter.
Referenced by rpmts_new().
|
static |
Definition at line 1630 of file rpmts-py.c.
References _rpmts_debug, rpmts_free(), rpmts_init(), and rpmtsObject_s::ts.
|
static |
Definition at line 1542 of file rpmts-py.c.
References fdDup(), name, rpmtsSetScriptFd(), rpmtsObject_s::scriptFd, and rpmtsObject_s::ts.
|
static |
Definition at line 1191 of file rpmts-py.c.
References _rpmts_debug, rpmtsObject_s::ignoreSet, and rpmtsObject_s::ts.
long tagNumFromPyObject | ( | PyObject * | item | ) |
Definition at line 633 of file header-py.c.
References name, rpmTagTable, rpmTagTableSize, headerTagTableEntry_s::val, and xstrcasecmp().
Referenced by hdr_dsFromHeader(), hdr_fiFromHeader(), hdr_subscript(), rpmdb_Match(), rpmds_init(), rpmds_Single(), rpmfi_init(), rpmmi_Pattern(), rpmte_DS(), rpmte_FI(), and rpmts_Match().
PyObject* versionCompare | ( | PyObject * | self, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 1273 of file header-py.c.
References hdr_compare().
|
static |
Definition at line 935 of file header-py.c.
|
static |
Definition at line 577 of file header-py.c.
PyTypeObject hdr_Type |
Definition at line 949 of file header-py.c.
Referenced by init_rpm(), rpmds_init(), rpmfi_init(), and rpmts_AddInstall().
PyTypeObject hdr_Type |
Definition at line 949 of file header-py.c.
Referenced by init_rpm(), rpmds_init(), rpmfi_init(), and rpmts_AddInstall().
PyObject* pyrpmError |
Definition at line 43 of file rpmmodule.c.
Referenced by hdrLoad(), hdrSprintf(), hdrUnload(), init_rpm(), rpmdb_subscript(), rpmfd_Fopen(), rpmfd_init(), rpmHeaderFromFile(), rpmMergeHeaders(), rpmmi_Wrap(), rpmReadHeaders(), rpmSingleHeaderFromFD(), rpmts_AddErase(), rpmts_HdrCheck(), rpmts_HdrFromFdno(), rpmts_PgpImportPubkey(), rpmts_PgpPrtPkts(), setLogFile(), and spec_Parse().
PyTypeObject rpmal_Type |
Definition at line 154 of file rpmal-py.c.
Referenced by init_rpm().
PyTypeObject rpmdb_Type |
Definition at line 237 of file rpmdb-py.c.
PyTypeObject rpmds_Type |
Definition at line 723 of file rpmds-py.c.
Referenced by init_rpm(), rpmal_Add(), and rpmal_AddProvides().
|
static |
Definition at line 168 of file rpmfd-py.c.
PyTypeObject rpmfd_Type |
Definition at line 292 of file rpmfd-py.c.
Referenced by init_rpm().
PyTypeObject rpmfd_Type |
Definition at line 292 of file rpmfd-py.c.
Referenced by init_rpm().
PyTypeObject rpmfi_Type |
Definition at line 562 of file rpmfi-py.c.
Referenced by init_rpm(), and rpmal_Add().
|
static |
Definition at line 296 of file rpmfts-py.c.
PyTypeObject rpmfts_Type |
Definition at line 541 of file rpmfts-py.c.
Referenced by init_rpm().
PyTypeObject rpmfts_Type |
Definition at line 541 of file rpmfts-py.c.
Referenced by init_rpm().
|
static |
Definition at line 181 of file rpmmi-py.c.
PyTypeObject rpmmi_Type |
Definition at line 230 of file rpmmi-py.c.
Referenced by init_rpm().
PyTypeObject rpmmi_Type |
Definition at line 230 of file rpmmi-py.c.
Referenced by init_rpm().
PyTypeObject rpmps_Type |
Definition at line 321 of file rpmps-py.c.
Referenced by init_rpm().
PyTypeObject rpmrc_Type |
Definition at line 339 of file rpmrc-py.c.
Referenced by init_rpm(), and rpmrc_new().
PyTypeObject rpmrc_Type |
Definition at line 339 of file rpmrc-py.c.
Referenced by init_rpm(), and rpmrc_new().
|
static |
Definition at line 324 of file rpmte-py.c.
PyTypeObject rpmte_Type |
Definition at line 433 of file rpmte-py.c.
Referenced by init_rpm().
PyTypeObject rpmte_Type |
Definition at line 433 of file rpmte-py.c.
Referenced by init_rpm().
|
static |
Definition at line 1422 of file rpmts-py.c.
PyTypeObject rpmts_Type |
Definition at line 1657 of file rpmts-py.c.
Referenced by init_rpm().
PyTypeObject rpmts_Type |
Definition at line 1657 of file rpmts-py.c.
Referenced by init_rpm().