init_module_function   24 source3/include/module.h typedef NTSTATUS (init_module_function) (void);
init_module_function   32 source3/lib/module.c 	init_module_function *init;
init_module_function   52 source3/lib/module.c 	init = (init_module_function *)dlsym(handle, "init_samba_module");