#include <python/rpmfts-py.h>
Collaboration diagram for rpmftsObject_s:

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.
|
|
Definition at line 32 of file rpmfts-py.h. Referenced by rpmfts_debug(), rpmfts_initialize(), rpmfts_iternext(), rpmfts_state(), and rpmfts_step(). |
|
|
Definition at line 18 of file rpmfts-py.h. Referenced by rpmfts_new(), and rpmfts_traverse(). |
|
|
Referenced by rpmfts_initialize(), rpmfts_new(), and rpmfts_state(). |
|
|
Definition at line 31 of file rpmfts-py.h. Referenced by rpmfts_Children(), rpmfts_debug(), rpmfts_initialize(), rpmfts_new(), rpmfts_print(), rpmfts_Set(), rpmfts_state(), and rpmfts_step(). |
|
|
Definition at line 29 of file rpmfts-py.h. Referenced by rpmfts_Children(), rpmfts_debug(), rpmfts_initialize(), rpmfts_new(), rpmfts_print(), rpmfts_Set(), rpmfts_state(), and rpmfts_step(). |
|
|
Definition at line 23 of file rpmfts-py.h. Referenced by rpmfts_initialize(), and rpmfts_step(). |
|
|
to look like PyModuleObject Definition at line 17 of file rpmfts-py.h. Referenced by rpmfts_new(), and rpmfts_traverse(). |
|
|
Definition at line 22 of file rpmfts-py.h. Referenced by rpmfts_initialize(), and rpmfts_state(). |
|
|
Definition at line 21 of file rpmfts-py.h. Referenced by rpmfts_dealloc(), rpmfts_initialize(), rpmfts_new(), and rpmfts_state(). |
1.4.4