#include "rpmds.h"
Go to the source code of this file.
Data Structures | |
struct | rpmdsObject_s |
Typedefs | |
typedef rpmdsObject_s | rpmdsObject |
Functions | |
rpmds | dsFromDs (rpmdsObject *ds) |
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 | |
PyTypeObject | rpmds_Type |
Definition in file rpmds-py.h.
|
|
Definition at line 372 of file rpmds-py.c. References rpmdsObject_s::ds, rpmds, and rpmdsObject. |
|
Definition at line 413 of file rpmds-py.c. References hdrGetHeader(), hdrObject, rpmds_Wrap(), rpmdsNew(), rpmTag, RPMTAG_REQUIRENAME, and tagNumFromPyObject(). |
|
Definition at line 433 of file rpmds-py.c. References hdrGetHeader(), hdrObject, rpmds_Wrap(), rpmdsThis(), RPMSENSE_EQUAL, and RPMTAG_PROVIDENAME. |
|
Definition at line 390 of file rpmds-py.c. References rpmds_Wrap(), rpmdsSingle(), RPMTAG_PROVIDENAME, tagNumFromPyObject(), and xstrdup(). |
|
Definition at line 378 of file rpmds-py.c. References rpmdsObject_s::active, rpmdsObject_s::ds, rpmds, rpmds_Type, and rpmdsObject. Referenced by hdr_dsFromHeader(), hdr_dsOfHeader(), rpmds_Single(), and rpmte_DS(). |
|
Definition at line 23 of file rpmds-py.h. Referenced by initrpm(), rpmal_Add(), rpmal_AddProvides(), and rpmds_Wrap(). |