#include "system.h"
#include <rpmlib.h>
#include <rpmdb.h>
#include "rpmmi-py.h"
#include "header-py.h"
#include "debug.h"
Go to the source code of this file.
Class: Rpmmi | |
static PyObject * | rpmmi_iter (rpmmiObject *s) |
static PyObject * | rpmmi_iternext (rpmmiObject *s) |
static PyObject * | rpmmi_Next (rpmmiObject *s, PyObject *args) |
static PyObject * | rpmmi_Instance (rpmmiObject *s, PyObject *args) |
static PyObject * | rpmmi_Count (rpmmiObject *s, PyObject *args) |
static PyObject * | rpmmi_Pattern (rpmmiObject *s, PyObject *args) |
static void | rpmmi_dealloc (rpmmiObject *s) |
static PyObject * | rpmmi_getattro (PyObject *o, PyObject *n) |
static int | rpmmi_setattro (PyObject *o, PyObject *n, PyObject *v) |
rpmmiObject * | rpmmi_Wrap (rpmdbMatchIterator mi) |
static struct PyMethodDef | rpmmi_methods [] |
static char | rpmmi_doc [] |
PyTypeObject | rpmmi_Type |
Definition in file rpmmi-py.c.
|
Definition at line 140 of file rpmmi-py.c. References rpmmiObject_s::mi, and rpmdbGetIteratorCount(). |
|
Definition at line 213 of file rpmmi-py.c. |
|
Definition at line 122 of file rpmmi-py.c. References rpmmiObject_s::mi, and rpmdbGetIteratorOffset(). |
|
Definition at line 72 of file rpmmi-py.c. |
|
Definition at line 83 of file rpmmi-py.c. References hdr_Wrap(), rpmmiObject_s::mi, rpmdbFreeIterator(), and rpmdbNextIterator(). Referenced by rpmmi_Next(). |
|
Definition at line 100 of file rpmmi-py.c. References rpmmi_iternext(). |
|
Definition at line 158 of file rpmmi-py.c. References rpmmiObject_s::mi, rpmdbSetIteratorRE(), and tagNumFromPyObject(). |
|
Definition at line 219 of file rpmmi-py.c. |
|
Definition at line 281 of file rpmmi-py.c. References rpmmiObject_s::mi, and rpmmi_Type. Referenced by rpmdb_Match(), and rpmts_Match(). |
|
Initial value:
""
Definition at line 228 of file rpmmi-py.c. |