Files | |
file | _rpmdb.c |
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 | 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 | rpmdbObject_s |
struct | rpmmiObject_s |
struct | rpmrcObject_s |
struct | rpmtsCallbackType_s |
Class: rpm.hdr | |
PyObject * | hdrKeyList (hdrObject *s, PyObject *args) |
PyObject * | hdrUnload (hdrObject *s, PyObject *args, PyObject *keywords) |
PyObject * | hdrExpandFilelist (hdrObject *s, PyObject *args) |
PyObject * | hdrCompressFilelist (hdrObject *s, PyObject *args) |
void | mungeFilelist (Header h) |
PyObject * | hdrFullFilelist (hdrObject *s, PyObject *args) |
PyObject * | hdrSprintf (hdrObject *s, PyObject *args) |
void | hdr_dealloc (hdrObject *s) |
long | tagNumFromPyObject (PyObject *item) |
PyObject * | hdr_subscript (hdrObject *s, PyObject *item) |
PyMethodDef | hdr_methods [] |
PyMappingMethods | hdr_as_mapping |
PyTypeObject | hdr_Type |
Class: Rpmfd | |
void | rpmfd_dealloc (rpmfdObject *s) |
int | rpmfd_init (rpmfdObject *s, PyObject *args, PyObject *kwds) |
void | rpmfd_free (rpmfdObject *s) |
PyObject * | rpmfd_alloc (PyTypeObject *subtype, int nitems) |
rpmfdObject * | rpmfd_new (PyTypeObject *subtype, PyObject *args, PyObject *kwds) |
PyMethodDef | rpmfd_methods [] |
PyTypeObject | rpmfd_Type |
Class: Rpmmi | |
void | rpmmi_dealloc (rpmmiObject *s) |
PyMethodDef | rpmmi_methods [] |
PyTypeObject | rpmmi_Type |
Class: Rpmts | |
PyObject * | rpmts_Debug (rpmtsObject *s, PyObject *args) |
void | rpmtsAddAvailableElement (rpmts ts, Header h, fnpyKey key) |
PyObject * | rpmts_AddInstall (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_AddErase (rpmtsObject *s, PyObject *args) |
int | rpmts_SolveCallback (rpmts ts, rpmds ds, const void *data) |
PyObject * | rpmts_Check (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_Order (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_Clean (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_IDTXload (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_IDTXglob (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_Rollback (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_OpenDB (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_CloseDB (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_InitDB (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_RebuildDB (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_VerifyDB (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_HdrFromFdno (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_HdrCheck (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_SetVSFlags (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_SetColor (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_PgpPrtPkts (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_PgpImportPubkey (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_GetKeys (rpmtsObject *s, PyObject *args) |
void * | rpmtsCallback (const void *hd, const rpmCallbackType what, const unsigned long amount, const unsigned long total, const void *pkgKey, rpmCallbackData data) |
PyObject * | rpmts_SetFlags (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_SetProbFilter (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_Run (rpmtsObject *s, PyObject *args) |
void | rpmts_dealloc (rpmtsObject *s) |
int | rpmts_setattro (PyObject *o, PyObject *n, PyObject *v) |
int | rpmts_init (rpmtsObject *s, PyObject *args, PyObject *kwds) |
void | rpmts_free (rpmtsObject *s) |
PyObject * | rpmts_alloc (PyTypeObject *subtype, int nitems) |
PyObject * | rpmts_new (PyTypeObject *subtype, PyObject *args, PyObject *kwds) |
PyObject * | rpmts_iternext (rpmtsObject *s) |
PyObject * | rpmts_Next (rpmtsObject *s) |
rpmmiObject * | rpmts_Match (rpmtsObject *s, PyObject *args) |
PyObject * | rpmts_getattro (PyObject *o, PyObject *n) |
rpmtsObject * | rpmts_Create (PyObject *self, PyObject *args) |
PyMethodDef | rpmts_methods [] |
PyTypeObject | rpmts_Type |
char | rpmts_doc [] |
Class: Rpmfts | |
PyMethodDef | rpmfts_methods [] |
PyTypeObject | rpmfts_Type |
Class: rpm.rc | |
PyTypeObject | rpmrc_Type |
Class: Rpmte | |
PyMethodDef | rpmte_methods [] |
PyTypeObject | rpmte_Type |
Typedefs | |
typedef hdrObject_s | hdrObject |
typedef rpmdbObject_s | rpmdbObject |
typedef rpmmiObject_s | rpmmiObject |
typedef rpmrcObject_s | rpmrcObject |
Variables | |
PyTypeObject | hdr_Type |
PyObject * | pyrpmError |
PyTypeObject | rpmfd_Type |
PyTypeObject | rpmfts_Type |
PyTypeObject | rpmmi_Type |
PyTypeObject | rpmrc_Type |
PyTypeObject | rpmte_Type |
PyTypeObject | rpmts_Type |
|
Definition at line 10 of file header-py.h. Referenced by hdr_compare(), hdr_dealloc(), hdr_dsFromHeader(), hdr_dsOfHeader(), hdr_fiFromHeader(), hdr_subscript(), hdr_Wrap(), hdrCompressFilelist(), hdrExpandFilelist(), hdrFullFilelist(), hdrGetHeader(), hdrKeyList(), hdrLoad(), hdrSprintf(), hdrUnload(), rhnUnload(), rpmdb_subscript(), rpmMergeHeaders(), rpmReadHeaders(), rpmts_AddInstall(), and versionCompare(). |
|
Definition at line 12 of file rpmdb-py.h. Referenced by rpmdb_dealloc(), rpmdb_length(), rpmdb_Match(), and rpmdb_subscript(). |
|
Definition at line 10 of file rpmmi-py.h. Referenced by rpmmi_Count(), rpmmi_dealloc(), rpmmi_Instance(), rpmmi_iter(), rpmmi_iternext(), rpmmi_Next(), rpmmi_Pattern(), and rpmmi_Wrap(). |
|
Definition at line 10 of file rpmrc-py.h. |
|
Definition at line 433 of file header-py.c. References _free(), hdrObject_s::fileList, hdrObject_s::h, hdrObject, headerFree(), hdrObject_s::linkList, and hdrObject_s::md5list. |
|
|
Definition at line 240 of file header-py.c. References compressFilelist(), hdrObject_s::h, and hdrObject. |
|
Definition at line 229 of file header-py.c. References expandFilelist(), hdrObject_s::h, and hdrObject. |
|
Definition at line 339 of file header-py.c. References hdrObject_s::h, hdrObject, and mungeFilelist(). |
|
Definition at line 160 of file header-py.c. References hdrObject_s::h, hdrObject, HEADER_I18NTABLE, headerFreeIterator(), headerInitIterator(), HeaderIterator, headerNextIterator(), RPM_BIN_TYPE, RPM_CHAR_TYPE, RPM_INT16_TYPE, RPM_INT32_TYPE, RPM_INT8_TYPE, RPM_STRING_ARRAY_TYPE, and RPM_STRING_TYPE. |
|
Definition at line 353 of file header-py.c. References _free(), errmsg_t, hdrObject_s::h, hdrObject, headerSprintf(), pyrpmError, rpmHeaderFormats, and rpmTagTable. |
|
Definition at line 194 of file header-py.c. References _free(), hdrObject_s::h, hdrObject, Header, headerCopy(), headerFree(), headerLink(), headerSizeof(), headerUnload(), and pyrpmError. |
|
Definition at line 252 of file header-py.c. References _free(), compressFilelist(), Header, headerAddEntry(), headerIsEntry(), RPM_STRING_ARRAY_TYPE, rpmfiBuildFNames(), RPMTAG_BASENAMES, RPMTAG_DIRINDEXES, RPMTAG_DIRNAMES, and RPMTAG_OLDFILENAMES. Referenced by hdrFullFilelist(). |
|
Definition at line 238 of file rpmfd-py.c. References _rpmfd_debug. |
|
Definition at line 169 of file rpmfd-py.c. References Fclose(), rpmfdObject_s::fd, and rpmfdObject. |
|
Definition at line 225 of file rpmfd-py.c. References _rpmfd_debug, Fclose(), rpmfdObject_s::fd, and rpmfdObject. Referenced by rpmfd_new(). |
|
Definition at line 193 of file rpmfd-py.c. References _rpmfd_debug, Fclose(), rpmfdObject_s::fd, Ferror(), Fopen(), Fstrerror(), pyrpmError, and rpmfdObject. Referenced by rpmfd_new(). |
|
Definition at line 251 of file rpmfd-py.c. References _rpmfd_debug, rpmfdObject_s::fd, rpmfd_free(), rpmfd_init(), and rpmfdObject. |
|
Definition at line 203 of file rpmmi-py.c. References rpmmiObject_s::mi, rpmdbFreeIterator(), and rpmmiObject. |
|
Definition at line 257 of file rpmts-py.c. References _rpmts_debug, Header, pyrpmError, rpmdbFreeIterator(), rpmdbGetIteratorCount(), rpmdbGetIteratorOffset(), RPMDBI_LABEL, RPMDBI_PACKAGES, rpmdbMatchIterator, rpmdbNextIterator(), rpmtsAddEraseElement(), rpmtsInitIterator(), rpmtsObject, rpmtsObject_s::ts, and uint_32. |
|
Definition at line 211 of file rpmts-py.c. References hdr_Type, hdrGetHeader(), hdrObject, rpmtsObject_s::keyList, rpmtsAddAvailableElement(), rpmtsAddInstallElement(), rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 1484 of file rpmts-py.c. References _rpmts_debug. |
|
|
Definition at line 491 of file rpmts-py.c. References _rpmts_debug, rpmtsClean(), rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 664 of file rpmts-py.c. References _rpmts_debug, rpmtsCloseDB(), rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 1573 of file rpmts-py.c. References _rpmts_debug, rpmtsObject_s::keyList, rpmExpandNumeric(), rpmts_Type, rpmtsCreate(), rpmtsObject, rpmtsSetRootDir(), rpmtsSetVSFlags(), rpmtsObject_s::scriptFd, rpmtsObject_s::ts, rpmtsObject_s::tsi, and rpmtsObject_s::tsiFilter. |
|
Definition at line 1390 of file rpmts-py.c. References _rpmts_debug, Fclose(), rpmtsObject_s::keyList, rpmtsFree(), rpmtsObject, rpmtsObject_s::scriptFd, and rpmtsObject_s::ts. |
|
Definition at line 168 of file rpmts-py.c. References _rpmts_debug, rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 1465 of file rpmts-py.c. References _rpmts_debug, Fclose(), rpmtsObject_s::keyList, rpmtsFree(), rpmtsObject, rpmtsObject_s::scriptFd, and rpmtsObject_s::ts. Referenced by rpmts_new(). |
|
Definition at line 1405 of file rpmts-py.c. |
|
Definition at line 960 of file rpmts-py.c. References _free(), _rpmts_debug, rpmtsGetKeys(), rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 800 of file rpmts-py.c. References _free(), _rpmts_debug, headerCheck(), pyrpmError, rpmRC, RPMRC_FAIL, RPMRC_NOKEY, RPMRC_NOTTRUSTED, RPMRC_OK, rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 750 of file rpmts-py.c. References _rpmts_debug, Fclose(), FD_t, fdDup(), hdr_Wrap(), Header, headerFree(), pyrpmError, rpmRC, RPMRC_FAIL, RPMRC_NOKEY, RPMRC_NOTFOUND, RPMRC_NOTTRUSTED, RPMRC_OK, rpmReadPackageFile(), rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 557 of file rpmts-py.c. References _free(), _rpmts_debug, IDT_s::h, hdr_Wrap(), IDTindex_s::idt, IDT, IDTX, IDTXfree(), IDTXglob(), IDT_s::key, IDTindex_s::nidt, rpmExpand(), rpmTag, RPMTAG_REMOVETID, rpmtsObject, rpmtsObject_s::ts, and IDT_s::val. |
|
Definition at line 510 of file rpmts-py.c. References _rpmts_debug, IDT_s::h, hdr_Wrap(), IDT, IDTX, IDTXfree(), IDTXload(), IDT_s::instance, rpmTag, RPMTAG_INSTALLTID, rpmtsObject, rpmtsObject_s::ts, and IDT_s::val. |
|
Definition at line 1439 of file rpmts-py.c. References _rpmts_debug, rpmtsObject_s::keyList, rpmExpandNumeric(), rpmtsCreate(), rpmtsObject, rpmtsSetRootDir(), rpmtsSetVSFlags(), rpmtsObject_s::scriptFd, rpmtsObject_s::ts, rpmtsObject_s::tsi, and rpmtsObject_s::tsiFilter. Referenced by rpmts_new(). |
|
Definition at line 684 of file rpmts-py.c. References _rpmts_debug, rpmtsCloseDB(), rpmtsInitDB(), rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 1208 of file rpmts-py.c. References _rpmts_debug, rpmte, rpmte_Wrap(), rpmtsiFree, rpmtsiInit, rpmtsiNext(), rpmtsObject, rpmtsObject_s::ts, rpmtsObject_s::tsi, and rpmtsObject_s::tsiFilter. Referenced by rpmts_Next(). |
|
Definition at line 1265 of file rpmts-py.c. References _rpmts_debug, RPMDBI_PACKAGES, rpmmi_Wrap(), rpmtsInitIterator(), rpmtsObject, rpmtsOpenDB(), tagNumFromPyObject(), and rpmtsObject_s::ts. |
|
Definition at line 1496 of file rpmts-py.c. References _rpmts_debug, rpmts_free(), rpmts_init(), rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 1242 of file rpmts-py.c. References _rpmts_debug, rpmts_iternext(), rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 644 of file rpmts-py.c. References _rpmts_debug, rpmtsObject, rpmtsOpenDB(), and rpmtsObject_s::ts. |
|
Definition at line 469 of file rpmts-py.c. References _rpmts_debug, rpmtsObject, rpmtsOrder(), and rpmtsObject_s::ts. |
|
Definition at line 927 of file rpmts-py.c. References _rpmts_debug, pyrpmError, rpmcliImportPubkey(), rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 894 of file rpmts-py.c. References _rpmts_debug, pgpPrtPkts(), pyrpmError, rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 706 of file rpmts-py.c. References _rpmts_debug, rpmtsObject, rpmtsRebuildDB(), and rpmtsObject_s::ts. |
|
Definition at line 607 of file rpmts-py.c. References _rpmts_debug, alloca(), INSTALL_FRESHEN, INSTALL_INSTALL, INSTALL_UPGRADE, RPMPROB_FILTER_OLDPACKAGE, rpmRollback(), RPMTRANS_FLAG_NOMD5, rpmtransFlags, rpmtsObject, rpmtsSetFlags(), rpmtsObject_s::ts, uint_32, VERIFY_DIGEST, VERIFY_HDRCHK, and VERIFY_SIGNATURE. |
|
|
Definition at line 1413 of file rpmts-py.c. References fdDup(), rpmtsObject, rpmtsSetScriptFd(), rpmtsObject_s::scriptFd, and rpmtsObject_s::ts. |
|
Definition at line 875 of file rpmts-py.c. References _rpmts_debug, rpmtsObject, rpmtsSetColor(), rpmtsObject_s::ts, and uint_32. |
|
Definition at line 1075 of file rpmts-py.c. References _rpmts_debug, rpmtransFlags, rpmtsObject, rpmtsSetFlags(), and rpmtsObject_s::ts. |
|
Definition at line 1091 of file rpmts-py.c. References _rpmts_debug, rpmtsObject_s::ignoreSet, rpmprobFilterFlags, rpmtsObject, and rpmtsObject_s::ts. |
|
Definition at line 856 of file rpmts-py.c. References _rpmts_debug, rpmtsObject, rpmtsSetVSFlags(), rpmVSFlags, and rpmtsObject_s::ts. |
|
Definition at line 317 of file rpmts-py.c. References _rpmts_debug, rpmds, rpmdsDNEVR(), rpmdsEVR(), rpmdsFlags(), rpmdsN(), rpmdsTagN(), and rpmts. Referenced by rpmts_Check(). |
|
Definition at line 728 of file rpmts-py.c. References _rpmts_debug, rpmtsObject, rpmtsVerifyDB(), and rpmtsObject_s::ts. |
|
Add package to universe of possible packages to install in transaction set.
Definition at line 187 of file rpmts-py.c. References _rpmts_debug, fnpyKey, Header, RPMAL_NOMATCH, rpmalAdd(), rpmds, rpmdsFree(), rpmdsNew(), rpmfi, rpmfiFree(), rpmfiNew(), RPMTAG_BASENAMES, RPMTAG_PROVIDENAME, rpmts, and rpmtsColor(). Referenced by rpmts_AddInstall(). |
|
Definition at line 998 of file rpmts-py.c. References _rpmts_debug, Fclose(), FD_t, fdDup(), Header, headerNVR(), RPMCALLBACK_INST_CLOSE_FILE, RPMCALLBACK_INST_OPEN_FILE, rpmCallbackData, and rpmCallbackType. Referenced by rpmts_Run(). |
|
Definition at line 445 of file header-py.c. References rpmTagTable, rpmTagTableSize, headerTagTableEntry_s::val, and xstrcasecmp(). Referenced by hdr_dsFromHeader(), hdr_fiFromHeader(), hdr_subscript(), rpmdb_Match(), rpmds_Single(), rpmmi_Pattern(), rpmte_DS(), rpmte_FI(), and rpmts_Match(). |
|
Initial value: { (inquiry) 0, (binaryfunc) hdr_subscript, (objobjargproc)0, } Definition at line 648 of file header-py.c. |
|
Initial value: { {"keys", (PyCFunction) hdrKeyList, METH_VARARGS, NULL }, {"unload", (PyCFunction) hdrUnload, METH_VARARGS|METH_KEYWORDS, NULL }, {"expandFilelist", (PyCFunction) hdrExpandFilelist,METH_VARARGS, NULL }, {"compressFilelist",(PyCFunction) hdrCompressFilelist,METH_VARARGS, NULL }, {"fullFilelist", (PyCFunction) hdrFullFilelist, METH_VARARGS, NULL }, {"rhnUnload", (PyCFunction) rhnUnload, METH_VARARGS, NULL }, {"sprintf", (PyCFunction) hdrSprintf, METH_VARARGS, NULL }, {"dsOfHeader", (PyCFunction)hdr_dsOfHeader, METH_VARARGS, NULL}, {"dsFromHeader", (PyCFunction)hdr_dsFromHeader, METH_VARARGS, NULL}, {"fiFromHeader", (PyCFunction)hdr_fiFromHeader, METH_VARARGS, NULL}, {NULL, NULL} } Definition at line 392 of file header-py.c. |
|
Definition at line 13 of file header-py.h. Referenced by hdr_Wrap(), initrpm(), rpmts_AddInstall(), and versionCompare(). |
|
Definition at line 662 of file header-py.c. Referenced by hdr_Wrap(), initrpm(), rpmts_AddInstall(), and versionCompare(). |
|
Definition at line 17 of file header-py.h. Referenced by hdrLoad(), hdrSprintf(), hdrUnload(), initrpm(), rhnLoad(), rpmdb_subscript(), rpmfd_Fopen(), rpmfd_init(), rpmHeaderFromFile(), rpmMergeHeaders(), rpmmi_Wrap(), rpmReadHeaders(), rpmts_AddErase(), rpmts_HdrCheck(), rpmts_HdrFromFdno(), rpmts_PgpImportPubkey(), rpmts_PgpPrtPkts(), and setLogFile(). |
|
Initial value: { {"Debug", (PyCFunction)rpmfd_Debug, METH_VARARGS, NULL}, {"Fopen", (PyCFunction)rpmfd_Fopen, METH_VARARGS, NULL}, {NULL, NULL} } Definition at line 155 of file rpmfd-py.c. |
|
Definition at line 16 of file rpmfd-py.h. Referenced by initrpm(), and rpmfd_Wrap(). |
|
Definition at line 277 of file rpmfd-py.c. Referenced by initrpm(), and rpmfd_Wrap(). |
|
Initial value: { {"Debug", (PyCFunction)rpmfts_Debug, METH_VARARGS, NULL}, {"open", (PyCFunction)rpmfts_Open, METH_VARARGS, NULL}, {"read", (PyCFunction)rpmfts_Read, METH_VARARGS, NULL}, {"children",(PyCFunction)rpmfts_Children, METH_VARARGS, NULL}, {"close", (PyCFunction)rpmfts_Close, METH_VARARGS, NULL}, {"set", (PyCFunction)rpmfts_Set, METH_VARARGS, NULL}, {NULL, NULL} } Definition at line 283 of file rpmfts-py.c. |
|
Definition at line 31 of file rpmfts-py.h. Referenced by initrpm(). |
|
Definition at line 522 of file rpmfts-py.c. Referenced by initrpm(). |
|
Initial value: { {"next", (PyCFunction) rpmmi_Next, METH_VARARGS, "mi.next() -> hdr\n\ - Retrieve next header that matches. Iterate directly in python if possible.\n" }, {"instance", (PyCFunction) rpmmi_Instance, METH_VARARGS, NULL }, {"count", (PyCFunction) rpmmi_Count, METH_VARARGS, NULL }, {"pattern", (PyCFunction) rpmmi_Pattern, METH_VARARGS, "mi.pattern(TagN, mire_type, pattern)\n\ - Set a secondary match pattern on tags from retrieved header.\n" }, {NULL, NULL} } Definition at line 186 of file rpmmi-py.c. |
|
Definition at line 21 of file rpmmi-py.h. Referenced by initrpm(), and rpmmi_Wrap(). |
|
Definition at line 234 of file rpmmi-py.c. Referenced by initrpm(), and rpmmi_Wrap(). |
|
Definition at line 24 of file rpmrc-py.h. Referenced by initrpm(). |
|
Initial value: { PyObject_HEAD_INIT(&PyType_Type) 0, "rpm.rc", sizeof(rpmrcObject), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } Definition at line 370 of file rpmrc-py.c. Referenced by initrpm(). |
|
Definition at line 312 of file rpmte-py.c. |
|
Definition at line 17 of file rpmte-py.h. Referenced by initrpm(), and rpmte_Wrap(). |
|
Definition at line 412 of file rpmte-py.c. Referenced by initrpm(), and rpmte_Wrap(). |
|
Initial value:
""
Definition at line 1517 of file rpmts-py.c. |
|
Definition at line 1301 of file rpmts-py.c. |
|
Definition at line 23 of file rpmts-py.h. Referenced by initrpm(), and rpmts_Create(). |
|
Definition at line 1523 of file rpmts-py.c. Referenced by initrpm(), and rpmts_Create(). |