rpm
5.4.14
|
#include <python/rpmfts-py.h>
Data Fields | |
PyObject_HEAD PyObject * | md_dict |
PyObject * | callbacks |
const char ** | roots |
int | options |
int | ignore |
int(* | compare )(const void *, const void *) |
FTS * | ftsp |
FTSENT * | fts |
int | active |
Definition at line 15 of file rpmfts-py.h.
int rpmftsObject_s::active |
Definition at line 32 of file rpmfts-py.h.
Referenced by rpmfts_debug().
PyObject* rpmftsObject_s::callbacks |
Definition at line 18 of file rpmfts-py.h.
Referenced by rpmfts_dealloc(), rpmfts_new(), and rpmfts_traverse().
Definition at line 26 of file rpmfts-py.h.
Referenced by rpmfts_new(), and switch().
FTSENT* rpmftsObject_s::fts |
Definition at line 31 of file rpmfts-py.h.
Referenced by rpmfts_debug(), rpmfts_new(), and rpmfts_print().
FTS* rpmftsObject_s::ftsp |
Definition at line 29 of file rpmfts-py.h.
Referenced by rpmfts_debug(), rpmfts_new(), rpmfts_print(), and switch().
int rpmftsObject_s::ignore |
Definition at line 23 of file rpmfts-py.h.
PyObject_HEAD PyObject* rpmftsObject_s::md_dict |
to look like PyModuleObject
Definition at line 17 of file rpmfts-py.h.
Referenced by rpmfts_dealloc(), rpmfts_new(), and rpmfts_traverse().
int rpmftsObject_s::options |
Definition at line 22 of file rpmfts-py.h.
Referenced by switch().
const char** rpmftsObject_s::roots |
Definition at line 21 of file rpmfts-py.h.
Referenced by rpmfts_dealloc(), rpmfts_new(), and switch().