|
rpm
4.5
|
#include "system.h"#include <rpmlib.h>#include "rpmdb-py.h"#include "rpmmi-py.h"#include "header-py.h"#include "debug.h"
Go to the source code of this file.
Functions | |
| static int | rpmdb_length (rpmdbObject *s) |
| static hdrObject * | rpmdb_subscript (rpmdbObject *s, PyObject *key) |
| static void | rpmdb_dealloc (rpmdbObject *s) |
| static PyObject * | rpmdb_getattro (PyObject *o, PyObject *n) |
| static int | rpmdb_setattro (PyObject *o, PyObject *n, PyObject *v) |
Class: Rpmdb | |
| static rpmmiObject * | rpmdb_Match (rpmdbObject *s, PyObject *args, PyObject *kwds) |
Variables | |
| static struct PyMethodDef | rpmdb_methods [] |
| static PyMappingMethods | rpmdb_as_mapping |
| static char | rpmdb_doc [] |
| PyTypeObject | rpmdb_Type |
|
static |
Definition at line 208 of file rpmdb-py.c.
References rpmdbObject_s::db, and rpmdbClose().
|
static |
Definition at line 216 of file rpmdb-py.c.
|
static |
Definition at line 149 of file rpmdb-py.c.
References rpmdbObject_s::db, rpmdbFreeIterator(), RPMDBI_PACKAGES, rpmdbInitIterator(), and rpmdbNextIterator().
|
static |
Definition at line 110 of file rpmdb-py.c.
References rpmdbObject_s::db, RPMDBI_PACKAGES, rpmdbInitIterator(), rpmmi_Wrap(), and tagNumFromPyObject().
|
static |
Definition at line 222 of file rpmdb-py.c.
|
static |
Definition at line 168 of file rpmdb-py.c.
References rpmdbObject_s::db, hdr_Wrap(), headerFree(), pyrpmError, rpmdbFreeIterator(), RPMDBI_PACKAGES, rpmdbInitIterator(), and rpmdbNextIterator().
|
static |
Definition at line 200 of file rpmdb-py.c.
|
static |
Definition at line 231 of file rpmdb-py.c.
|
static |
Definition at line 138 of file rpmdb-py.c.
1.8.2