#include "system.h"#include <rpmio_internal.h>#include <rpmcli.h>#include <rpmdb.h>#include <rpmsq.h>#include "legacy.h"#include "misc.h"#include "header_internal.h"#include "header-py.h"#include "rpmal-py.h"#include "rpmds-py.h"#include "rpmfd-py.h"#include "rpmfts-py.h"#include "rpmfi-py.h"#include "rpmmi-py.h"#include "rpmps-py.h"#include "rpmrc-py.h"#include "rpmte-py.h"#include "rpmts-py.h"#include "spec-py.h"#include "debug.h"Include dependency graph for rpmmodule.c:

Go to the source code of this file.
Module: rpm | |
| typedef int | Py_ssize_t |
| static PyObject * | expandMacro (PyObject *self, PyObject *args, PyObject *kwds) |
| static PyObject * | archScore (PyObject *s, PyObject *args, PyObject *kwds) |
| static PyObject * | platformScore (PyObject *s, PyObject *args, PyObject *kwds) |
| static PyObject * | signalsCaught (PyObject *self, PyObject *check) |
| static PyObject * | checkSignals (PyObject *self, PyObject *args) |
| static PyObject * | setLogFile (PyObject *self, PyObject *args, PyObject *kwds) |
| static PyObject * | setVerbosity (PyObject *self, PyObject *args, PyObject *kwds) |
| static PyObject * | setEpochPromote (PyObject *self, PyObject *args, PyObject *kwds) |
| static PyObject * | setStats (PyObject *self, PyObject *args, PyObject *kwds) |
| PyObject * | pyrpmError |
| sigset_t | rpmsqCaught |
Defines | |
| #define | REGISTER_ENUM(val) |
Functions | |
| static void | rpm_exithook (void) |
| void | init_rpm (void) |
Variables | |
| static PyMethodDef | rpmModuleMethods [] |
| static char | rpm__doc__ [] |
Definition in file rpmmodule.c.
|
|
Value: PyDict_SetItemString(d, #val, o=PyInt_FromLong( val )); \
Py_DECREF(o);
Referenced by init_rpm(). |
|
|
Definition at line 48 of file rpmmodule.c. |
|
||||||||||||||||
|
Definition at line 66 of file rpmmodule.c. References _free(), platform, rpmExpand(), and rpmPlatformScore(). |
|
||||||||||||
|
Definition at line 136 of file rpmmodule.c. References rpmdbCheckSignals(). |
|
||||||||||||||||
|
Definition at line 54 of file rpmmodule.c. References rpmExpand(). |
|
|
||||||||||||||||
|
Definition at line 86 of file rpmmodule.c. References platform, and rpmPlatformScore(). |
|
|
Definition at line 277 of file rpmmodule.c. References rpmdbCheckTerminate(). Referenced by init_rpm(). |
|
||||||||||||||||
|
Definition at line 189 of file rpmmodule.c. References _rpmds_nopromote. |
|
||||||||||||||||
|
Definition at line 146 of file rpmmodule.c. References pyrpmError, and rpmlogSetFile(). |
|
||||||||||||||||
|
Definition at line 203 of file rpmmodule.c. References _rpmts_stats. |
|
||||||||||||||||
|
Definition at line 172 of file rpmmodule.c. References rpmSetVerbosity. |
|
||||||||||||
|
Definition at line 103 of file rpmmodule.c. References rpmsqCaught. |
|
|
Initial value:
""
Definition at line 284 of file rpmmodule.c. Referenced by init_rpm(). |
|
|
Definition at line 217 of file rpmmodule.c. Referenced by init_rpm(). |
|
|
Definition at line 260 of file rpmsq.c. Referenced by rpmdbCheckSignals(), rpmdbCheckTerminate(), and signalsCaught(). |
1.4.4