ShutdownInterface  142 include/gpac/module.h 	void (*ShutdownInterface) (GF_BaseInterface *interface_obj);
ShutdownInterface  160 include/gpac/module.h 		reg->ShutdownInterface = ShutdownInterface;	\
ShutdownInterface   38 src/utils/module_wrap.h typedef void (*ShutdownInterface) (void *interface_obj);
ShutdownInterface   54 src/utils/module_wrap.h 	ShutdownInterface destroy_func;
ShutdownInterface   93 src/utils/os_module.c 		inst->destroy_func = (ShutdownInterface) inst->ifce_reg->ShutdownInterface;
ShutdownInterface  124 src/utils/os_module.c 	inst->destroy_func = (ShutdownInterface) GetProcAddress(inst->lib_handle, _T("ShutdownInterface"));
ShutdownInterface  128 src/utils/os_module.c 	inst->destroy_func = (ShutdownInterface) GetProcAddress((HMODULE)inst->lib_handle, "ShutdownInterface");
ShutdownInterface  154 src/utils/os_module.c 	inst->destroy_func = (ShutdownInterface) dlsym(inst->lib_handle, "ShutdownInterface");
ShutdownInterface  189 src/utils/os_module.c 	ShutdownInterface del_func;
ShutdownInterface  217 src/utils/os_module.c 	del_func = (ShutdownInterface) GetProcAddress(ModuleLib, _T("ShutdownInterface"));
ShutdownInterface  221 src/utils/os_module.c 	del_func = (ShutdownInterface) GetProcAddress(ModuleLib, "ShutdownInterface");
ShutdownInterface  241 src/utils/os_module.c 	del_func = (ShutdownInterface) dlsym(ModuleLib, "ShutdownInterface");
ShutdownInterface  757 src/utils/symbian_os.cpp 	inst->destroy_func = (ShutdownInterface) pLibrary->Lookup(3);