#include "system.h"#include <glob.h>#include <dirent.h>#include <rpmio_internal.h>#include <rpmlib.h>#include "header-py.h"#include "rpmfd-py.h"#include "debug.h"Go to the source code of this file.
Data Structures | |
| struct | FDlist_t |
Variables | |
| static int | _rpmfd_debug = 1 |
Definition in file rpmfd-py.c.
Definition at line 46 of file rpmfd-py.c.
| static int closeCallback | ( | FILE * | f | ) | [static] |
Definition at line 67 of file rpmfd-py.c.
References _free(), FDlist_t::f, Fclose(), FDlist_t::fd, fdFree, fdLink, FDlist_t::next, and FDlist_t::note.
Referenced by rpmfd_Fopen().
| static PyObject* rpmfd_Debug | ( | rpmfdObject * | s, | |
| PyObject * | args, | |||
| PyObject * | kwds | |||
| ) | [static] |
| static PyObject* rpmfd_Fopen | ( | PyObject * | s, | |
| PyObject * | args, | |||
| PyObject * | kwds | |||
| ) | [static] |
Definition at line 102 of file rpmfd-py.c.
References _free(), closeCallback(), FDlist_t::f, FDlist_t::fd, fdGetFp(), fdLink, Ferror(), Fopen(), Fstrerror(), FDlist_t::next, FDlist_t::note, pyrpmError, xmalloc(), and xstrdup().
| static PyObject* rpmfd_getattro | ( | PyObject * | o, | |
| PyObject * | n | |||
| ) | [static] |
Definition at line 184 of file rpmfd-py.c.
| static int rpmfd_setattro | ( | PyObject * | o, | |
| PyObject * | n, | |||
| PyObject * | v | |||
| ) | [static] |
Definition at line 190 of file rpmfd-py.c.
| rpmfdObject* rpmfd_Wrap | ( | FD_t | fd | ) |
int _rpmfd_debug = 1 [static] |
Definition at line 21 of file rpmfd-py.c.
Referenced by rpmfd_alloc(), rpmfd_Debug(), rpmfd_free(), rpmfd_init(), and rpmfd_new().
Definition at line 59 of file rpmfd-py.c.
Definition at line 63 of file rpmfd-py.c.
char rpmfd_doc[] [static] |
1.5.7.1