rpm
5.4.15
|
#include "rpmfi.h"
Go to the source code of this file.
Data Structures | |
struct | rpmfiObject_s |
Type: _rpm.fi | |
#define | rpmfiObject_Check(v) ((v)->ob_type == &rpmfi_Type) |
typedef struct rpmfiObject_s | rpmfiObject |
PyTypeObject | rpmfi_Type |
rpmfi | fiFromFi (rpmfiObject *fi) |
rpmfiObject * | rpmfi_Wrap (rpmfi fi) |
rpmfiObject * | hdr_fiFromHeader (PyObject *s, PyObject *args, PyObject *kwds) |
#define rpmfiObject_Check | ( | v | ) | ((v)->ob_type == &rpmfi_Type) |
Definition at line 27 of file rpmfi-py.h.
typedef struct rpmfiObject_s rpmfiObject |
rpmfi fiFromFi | ( | rpmfiObject * | fi | ) |
Definition at line 580 of file rpmfi-py.c.
References rpmfiObject_s::fi.
rpmfiObject* hdr_fiFromHeader | ( | PyObject * | s, |
PyObject * | args, | ||
PyObject * | kwds | ||
) |
Definition at line 598 of file rpmfi-py.c.
References flags, hdrGetHeader(), rpmfi_Wrap(), rpmfiNew(), RPMTAG_BASENAMES, tagNumFromPyObject(), and ts.
rpmfiObject* rpmfi_Wrap | ( | rpmfi | fi | ) |
Definition at line 586 of file rpmfi-py.c.
References rpmfiObject_s::active, fi, and rpmfiObject_s::fi.
Referenced by hdr_fiFromHeader(), and rpmte_FI().
PyTypeObject rpmfi_Type |
Definition at line 531 of file rpmfi-py.c.
Referenced by init_rpm(), and rpmal_Add().