Searched refs:module_loaded_t (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmodule.c44 typedef struct module_loaded_t { struct
45 struct module_loaded_t *next;
48 } module_loaded_t; typedef in typeref:struct:module_loaded_t
50 module_loaded_t *module_list = NULL;
52 static int module_int_unload (module_loaded_t *module);
98 module_loaded_t *module;
110 module_loaded_t *module;
122 module_loaded_t *module;
164 module = (module_loaded_t *)ch_calloc(1, sizeof(module_loaded_t)
[all...]

Completed in 62 milliseconds