Lines Matching defs:ModuleHandle
71 typedef lt_dlhandle ModuleHandle;
73 typedef void *ModuleHandle;
964 ModuleHandle
1007 handle=(ModuleHandle) lt_dlopen(path);
1008 if (handle == (ModuleHandle) NULL)
1251 ModuleHandle
1279 handle=(ModuleHandle) NULL;
1292 handle=(ModuleHandle) lt_dlopen(path);
1293 if (handle == (ModuleHandle) NULL)
1632 if (lt_dlclose((ModuleHandle) module_info->handle) != 0)