#include "system.h"
#include <rpmlib.h>
#include "header-py.h"
#include "rpmds-py.h"
#include "debug.h"
Include dependency graph for rpmds-py.c:
Go to the source code of this file.
Class: Rpmds | |
static PyObject * | rpmds_Next (rpmdsObject *s) |
static PyObject * | rpmds_Debug (rpmdsObject *s, PyObject *args, PyObject *kwds) |
static PyObject * | rpmds_Count (rpmdsObject *s) |
static PyObject * | rpmds_Ix (rpmdsObject *s) |
static PyObject * | rpmds_DNEVR (rpmdsObject *s) |
static PyObject * | rpmds_N (rpmdsObject *s) |
static PyObject * | rpmds_EVR (rpmdsObject *s) |
static PyObject * | rpmds_Flags (rpmdsObject *s) |
static PyObject * | rpmds_BT (rpmdsObject *s) |
static PyObject * | rpmds_TagN (rpmdsObject *s) |
static PyObject * | rpmds_Color (rpmdsObject *s) |
static PyObject * | rpmds_Refs (rpmdsObject *s) |
static PyObject * | rpmds_Result (rpmdsObject *s) |
static PyObject * | rpmds_SetNoPromote (rpmdsObject *s, PyObject *args, PyObject *kwds) |
static PyObject * | rpmds_Notify (rpmdsObject *s, PyObject *args, PyObject *kwds) |
static PyObject * | rpmds_Sort (rpmdsObject *s) |
static PyObject * | rpmds_Find (rpmdsObject *s, PyObject *args, PyObject *kwds) |
static PyObject * | rpmds_Merge (rpmdsObject *s, PyObject *args, PyObject *kwds) |
static PyObject * | rpmds_Search (rpmdsObject *s, PyObject *args, PyObject *kwds) |
static PyObject * | rpmds_Cpuinfo (rpmdsObject *s) |
static PyObject * | rpmds_Rpmlib (rpmdsObject *s) |
static PyObject * | rpmds_Sysinfo (rpmdsObject *s) |
static PyObject * | rpmds_Getconf (rpmdsObject *s) |
static PyObject * | rpmds_Ldconfig (rpmdsObject *s) |
Functions | |
static void | rpmds_ParseEVR (char *evr, const char **ep, const char **vp, const char **rp) |
Split EVR into epoch, version, and release components. | |
static int | compare_values (const char *str1, const char *str2) |
static int | rpmds_compare (rpmdsObject *a, rpmdsObject *b) |
static PyObject * | rpmds_richcompare (rpmdsObject *a, rpmdsObject *b, int op) |
static PyObject * | rpmds_iter (rpmdsObject *s) |
static PyObject * | rpmds_iternext (rpmdsObject *s) |
static void | rpmds_dealloc (rpmdsObject *s) |
static int | rpmds_print (rpmdsObject *s, FILE *fp, int flags) |
static PyObject * | rpmds_getattro (PyObject *o, PyObject *n) |
static int | rpmds_setattro (PyObject *o, PyObject *n, PyObject *v) |
static int | rpmds_length (rpmdsObject *s) |
static PyObject * | rpmds_subscript (rpmdsObject *s, PyObject *key) |
static int | rpmds_init (rpmdsObject *s, PyObject *args, PyObject *kwds) |
static void | rpmds_free (rpmdsObject *s) |
static PyObject * | rpmds_alloc (PyTypeObject *subtype, int nitems) |
static PyObject * | rpmds_new (PyTypeObject *subtype, PyObject *args, PyObject *kwds) |
rpmds | dsFromDs (rpmdsObject *s) |
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) |
Variables | |
static struct PyMethodDef | rpmds_methods [] |
static PyMappingMethods | rpmds_as_mapping |
static char | rpmds_doc [] |
PyTypeObject | rpmds_Type |
Definition in file rpmds-py.c.
|
Definition at line 67 of file rpmds-py.c. References rpmvercmp. |
|
Definition at line 685 of file rpmds-py.c. References _rpmds_debug. |
|
Definition at line 256 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsBT(). |
|
Definition at line 272 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsColor(). |
|
Definition at line 79 of file rpmds-py.c. References _free(), compare_values(), rpmdsObject_s::ds, rpmds_ParseEVR(), rpmdsEVR(), and xstrdup(). |
|
Definition at line 208 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsCount(). |
|
Definition at line 400 of file rpmds-py.c. References rpmds_Wrap(), and rpmdsCpuinfo(). |
|
Definition at line 572 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsFree(). |
|
Definition at line 193 of file rpmds-py.c. References _rpmds_debug. |
|
Definition at line 224 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsDNEVR(). |
|
Definition at line 240 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsEVR(). |
|
Definition at line 346 of file rpmds-py.c. References rpmdsObject_s::ds, rpmdsFind(), rpmdsIx(), and rpmdsSetIx(). |
|
Definition at line 248 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsFlags(). |
|
Definition at line 673 of file rpmds-py.c. References _rpmds_debug, rpmdsObject_s::ds, and rpmdsFree(). Referenced by rpmds_new(). |
|
Definition at line 595 of file rpmds-py.c. |
|
Definition at line 442 of file rpmds-py.c. References rpmds_Wrap(), and rpmdsGetconf(). |
|
Definition at line 641 of file rpmds-py.c. References _rpmds_debug, rpmdsObject_s::active, rpmdsObject_s::ds, hdr_Type, hdrGetHeader(), rpmdsNew(), RPMTAG_REQUIRENAME, and tagNumFromPyObject(). Referenced by rpmds_new(). |
|
Definition at line 131 of file rpmds-py.c. |
|
Definition at line 140 of file rpmds-py.c. References rpmdsObject_s::active, rpmdsObject_s::ds, rpmds_Wrap(), rpmdsEVR(), rpmdsFlags(), rpmdsInit(), rpmdsN(), rpmdsNext(), rpmdsSingle(), rpmdsTagN(), and xstrdup(). Referenced by rpmds_Next(). |
|
Definition at line 216 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsIx(). |
|
Definition at line 455 of file rpmds-py.c. References rpmds_Wrap(), rpmdsFreePRCO(), rpmdsFromPRCO(), rpmdsLdconfig(), rpmdsLink, rpmdsNewPRCO(), and RPMTAG_PROVIDENAME. |
|
Definition at line 608 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsCount(). |
|
Definition at line 367 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsMerge(). |
|
Definition at line 232 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsN(). |
|
Definition at line 698 of file rpmds-py.c. References _rpmds_debug, rpmdsObject_s::ds, rpmds_free(), and rpmds_init(). |
|
Definition at line 176 of file rpmds-py.c. References rpmds_iternext(). |
|
Definition at line 310 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsNotify(). |
|
Split EVR into epoch, version, and release components.
Definition at line 24 of file rpmds-py.c. References xisdigit(). Referenced by rpmds_compare(). |
|
Definition at line 582 of file rpmds-py.c. References rpmdsObject_s::ds, rpmdsDNEVR(), rpmdsInit(), and rpmdsNext(). |
|
Definition at line 280 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsRefs(). |
|
Definition at line 288 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsResult(). |
|
Definition at line 106 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsCompare(). |
|
Definition at line 413 of file rpmds-py.c. References rpmds_Wrap(), and rpmdsRpmlib(). |
|
Definition at line 384 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsSearch(). |
|
Definition at line 601 of file rpmds-py.c. |
|
Definition at line 295 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsSetNoPromote(). |
|
Definition at line 330 of file rpmds-py.c. References rpmdsObject_s::ds, rpmdsFree(), and rpmdsMerge(). |
|
Definition at line 616 of file rpmds-py.c. References rpmdsObject_s::ds, rpmdsDNEVR(), rpmdsNext(), and rpmdsSetIx(). |
|
Definition at line 426 of file rpmds-py.c. References rpmds_Wrap(), rpmdsFreePRCO(), rpmdsFromPRCO(), rpmdsLink, rpmdsNewPRCO(), rpmdsSysinfo(), and RPMTAG_PROVIDENAME. |
|
Definition at line 264 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsTagN(). |
|
Initial value: { (inquiry) rpmds_length, (binaryfunc) rpmds_subscript, (objobjargproc)0, } Definition at line 633 of file rpmds-py.c. |
|
Initial value:
""
Definition at line 719 of file rpmds-py.c. |
|
Definition at line 503 of file rpmds-py.c. |