#include "system.h"
#include <rpmlib.h>
#include "rpmdebug-py.c"
#include "rpmps-py.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
static PyObject * | rpmps_Debug (rpmpsObject *s, PyObject *args, PyObject *kwds) |
static PyObject * | rpmps_iter (rpmpsObject *s) |
static PyObject * | rpmps_iternext (rpmpsObject *s) |
static void | rpmps_dealloc (rpmpsObject *s) |
static int | rpmps_print (rpmpsObject *s, FILE *fp, int flags) |
static PyObject * | rpmps_getattro (PyObject *o, PyObject *n) |
static int | rpmps_setattro (PyObject *o, PyObject *n, PyObject *v) |
static int | rpmps_length (rpmpsObject *s) |
static PyObject * | rpmps_subscript (rpmpsObject *s, PyObject *key) |
static int | rpmps_ass_sub (rpmpsObject *s, PyObject *key, PyObject *value) |
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) |
rpmps | psFromPs (rpmpsObject *s) |
rpmpsObject * | rpmps_Wrap (rpmps ps) |
Variables | |
static struct PyMethodDef | rpmps_methods [] |
static PyMappingMethods | rpmps_as_mapping |
static char | rpmps_doc [] |
PyTypeObject | rpmps_Type |
Definition in file rpmps-py.c.
|
Definition at line 361 of file rpmps-py.c. References rpmpsObject_s::ps. |
|
Definition at line 165 of file rpmps-py.c. References _free(), _rpmps_debug, alloca(), rpmProblem_s::altNEVR, lbl(), rpmps_s::numProblems, rpmps_s::numProblemsAlloced, rpmProblem_s::pkgNEVR, rpmps_s::probs, rpmpsObject_s::ps, rpmpsAppend(), rpmProblem_s::str1, and xstrdup(). |
|
Definition at line 86 of file rpmps-py.c. References _rpmps_debug, rpmpsObject_s::ps, and rpmpsFree(). |
|
Definition at line 22 of file rpmps-py.c. References _rpmps_debug. |
|
Definition at line 109 of file rpmps-py.c. References _rpmps_debug. |
|
Definition at line 36 of file rpmps-py.c. References _rpmps_debug, and rpmpsObject_s::ix. |
|
Definition at line 48 of file rpmps-py.c. References _rpmps_debug, rpmpsObject_s::active, rpmpsObject_s::ix, rpmps_s::numProblems, rpmps_s::probs, rpmpsObject_s::ps, and rpmProblemString(). |
|
Definition at line 126 of file rpmps-py.c. References _rpmps_debug, rpmpsObject_s::ps, and rpmpsNumProblems(). |
|
Definition at line 98 of file rpmps-py.c. References _rpmps_debug, rpmpsObject_s::ps, and rpmpsPrint(). |
|
Definition at line 117 of file rpmps-py.c. References _rpmps_debug. |
|
Definition at line 138 of file rpmps-py.c. References _rpmps_debug, lbl(), rpmps_s::probs, rpmpsObject_s::ps, and rpmProblemString(). |
|
Definition at line 367 of file rpmps-py.c. References rpmpsObject_s::active, rpmpsObject_s::ix, rpmpsObject_s::ps, and rpmps_Type. Referenced by rpmts_Problems(). |
|
Initial value: { (inquiry) rpmps_length, (binaryfunc) rpmps_subscript, (objobjargproc) rpmps_ass_sub, } Definition at line 234 of file rpmps-py.c. |
|
Initial value:
""
Definition at line 307 of file rpmps-py.c. |
|
Initial value: { {"Debug", (PyCFunction)rpmps_Debug, METH_VARARGS|METH_KEYWORDS, NULL}, {NULL, NULL} } Definition at line 76 of file rpmps-py.c. |
|
Definition at line 311 of file rpmps-py.c. Referenced by init_rpm(), lbl(), and rpmps_Wrap(). |