#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 498 of file rpmds-py.c. |
|
Definition at line 539 of file rpmds-py.c. References hdrGetHeader(), rpmds_Wrap(), rpmdsNew(), RPMTAG_REQUIRENAME, and tagNumFromPyObject(). |
|
Definition at line 559 of file rpmds-py.c. References hdrGetHeader(), rpmds_Wrap(), rpmdsThis(), RPMSENSE_EQUAL, and RPMTAG_PROVIDENAME. |
|
Definition at line 516 of file rpmds-py.c. References rpmds_Wrap(), rpmdsSingle(), RPMTAG_PROVIDENAME, tagNumFromPyObject(), and xstrdup(). |
|
Definition at line 504 of file rpmds-py.c. References rpmdsObject_s::active, rpmdsObject_s::ds, and rpmds_Type. Referenced by hdr_dsFromHeader(), hdr_dsOfHeader(), rpmds_iternext(), rpmds_Single(), and rpmte_DS(). |
|
Definition at line 447 of file rpmds-py.c. Referenced by initrpm(), rpmal_Add(), rpmal_AddProvides(), and rpmds_Wrap(). |