ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Classes | |
struct | module_T |
Macros | |
#define | NMOD 128 |
#define | MOD_INFO(mod, minfo) |
Typedefs | |
typedef bool(* | MOD_INIT_F) (int, mod_open_T *) |
typedef bool(* | MOD_CLOSE_F) () |
typedef bool(* | MOD_INFO_F) (mod_info_T *) |
typedef bool(* | MOD_CALL_F) (int, int, mod_ctx_T *) |
typedef bool(* | MOD_SERVICE_F) (int) |
Functions | |
bool | load_all_modules (char *cfdir, char *modcf, char *moddir) |
bool | module_info () |
bool | module_call (int callback, int step, mod_ctx_T *mctx) |
bool | module_service (int why) |
#define MOD_INFO | ( | mod, | |
minfo | |||
) |
Definition at line 67 of file ze-modules.c.
#define NMOD 128 |
Definition at line 56 of file ze-modules.c.
Definition at line 36 of file ze-modules.c.
typedef bool(* MOD_CLOSE_F) () |
Definition at line 34 of file ze-modules.c.
typedef bool(* MOD_INFO_F) (mod_info_T *) |
Definition at line 35 of file ze-modules.c.
typedef bool(* MOD_INIT_F) (int, mod_open_T *) |
Definition at line 33 of file ze-modules.c.
typedef bool(* MOD_SERVICE_F) (int) |
Definition at line 37 of file ze-modules.c.
bool load_all_modules | ( | char * | cfdir, |
char * | modcf, | ||
char * | moddir | ||
) |
Definition at line 318 of file ze-modules.c.
Definition at line 421 of file ze-modules.c.
bool module_info | ( | ) |
Definition at line 380 of file ze-modules.c.
bool module_service | ( | int | why | ) |
Definition at line 488 of file ze-modules.c.