Lines Matching full:modules
2 * services/modstack.h - stack of modules
39 * This file contains functions to help maintain a stack of modules.
48 * Stack of modules.
51 /** the number of modules */
58 * Init a stack of modules
64 * Free the stack of modules
70 * Initialises modules and assignes ids. Calls module_startup().
72 * @param module_conf: string what modules to initialize
73 * @param env: module environment which is inited by the modules.
82 * @param stack: the stack of modules (empty before call).
83 * @param module_conf: string what modules to insert.
97 * Get list of modules available.
98 * @return list of modules available. Static strings, ends with NULL.
103 * Init modules. Calls module_init().
107 * @param env: module environment which is inited by the modules.
109 * env.need_to_validate is set by the modules.
116 * Deinit the modules.
123 * Destartup the modules, close, delete.