#include "system.h"
#include <rpmlib.h>
#include "header-py.h"
#include "rpmds-py.h"
#include "debug.h"
Go to the source code of this file.
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 PyObject * | rpmds_Debug (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_Count (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_Ix (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_DNEVR (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_N (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_EVR (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_Flags (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_BT (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_TagN (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_Color (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_Refs (rpmdsObject *s, PyObject *args) |
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 PyObject * | rpmds_Next (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_SetNoPromote (rpmdsObject *s, PyObject *args) |
static PyObject * | rpmds_Notify (rpmdsObject *s, PyObject *args) |
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) |
rpmds | dsFromDs (rpmdsObject *s) |
rpmdsObject * | rpmds_Wrap (rpmds ds) |
rpmdsObject * | rpmds_Single (PyObject *s, PyObject *args) |
rpmdsObject * | hdr_dsFromHeader (PyObject *s, PyObject *args) |
rpmdsObject * | hdr_dsOfHeader (PyObject *s, PyObject *args) |
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 168 of file rpmds-py.c. References rpmvercmp(). |
|
Definition at line 498 of file rpmds-py.c. |
|
Definition at line 539 of file rpmds-py.c. References hdrGetHeader(), rpmds_Wrap(), rpmdsNew(), RPMTAG_REQUIRENAME, and tagNumFromPyObject(). |
|
Definition at line 559 of file rpmds-py.c. References hdrGetHeader(), rpmds_Wrap(), rpmdsThis(), RPMSENSE_EQUAL, and RPMTAG_PROVIDENAME. |
|
Definition at line 132 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsBT(). |
|
Definition at line 150 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsColor(). |
|
Definition at line 180 of file rpmds-py.c. References _free(), compare_values(), rpmdsObject_s::ds, rpmds_ParseEVR(), rpmdsEVR(), and xstrdup(). |
|
Definition at line 78 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsCount(). |
|
Definition at line 373 of file rpmds-py.c. References rpmdsFree(). |
|
Definition at line 67 of file rpmds-py.c. References _rpmds_debug. |
|
Definition at line 96 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsDNEVR(). |
|
Definition at line 114 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsEVR(). |
|
Definition at line 123 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsFlags(). |
|
Definition at line 396 of file rpmds-py.c. |
|
Definition at line 232 of file rpmds-py.c. |
|
Definition at line 241 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 87 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsIx(). |
|
Definition at line 409 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsCount(). |
|
Definition at line 105 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsN(). |
|
Definition at line 271 of file rpmds-py.c. References rpmds_iternext(). |
|
Definition at line 303 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 383 of file rpmds-py.c. References rpmdsObject_s::ds, rpmdsDNEVR(), rpmdsInit(), and rpmdsNext(). |
|
Definition at line 159 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsRefs(). |
|
Definition at line 207 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsCompare(). |
|
Definition at line 402 of file rpmds-py.c. |
|
Definition at line 291 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsSetNoPromote(). |
|
Definition at line 516 of file rpmds-py.c. References rpmds_Wrap(), rpmdsSingle(), RPMTAG_PROVIDENAME, tagNumFromPyObject(), and xstrdup(). |
|
Definition at line 417 of file rpmds-py.c. References rpmdsObject_s::ds, rpmdsDNEVR(), rpmdsNext(), and rpmdsSetIx(). |
|
Definition at line 141 of file rpmds-py.c. References rpmdsObject_s::ds, and rpmdsTagN(). |
|
Definition at line 504 of file rpmds-py.c. References rpmdsObject_s::active, rpmdsObject_s::ds, and rpmds_Type. Referenced by hdr_dsFromHeader(), hdr_dsOfHeader(), rpmds_iternext(), rpmds_Single(), and rpmte_DS(). |
|
Initial value: { (inquiry) rpmds_length, (binaryfunc) rpmds_subscript, (objobjargproc)0, } Definition at line 434 of file rpmds-py.c. |
|
Initial value:
""
Definition at line 443 of file rpmds-py.c. |
|
Definition at line 332 of file rpmds-py.c. |
|
Definition at line 447 of file rpmds-py.c. Referenced by initrpm(), rpmal_Add(), rpmal_AddProvides(), and rpmds_Wrap(). |