LoadInterface     141 include/gpac/module.h 	GF_BaseInterface * (*LoadInterface) (u32 InterfaceType);
LoadInterface     159 include/gpac/module.h 		reg->LoadInterface = LoadInterface;	\
LoadInterface      37 src/utils/module_wrap.h typedef void * (*LoadInterface) (u32 InterfaceType);
LoadInterface      53 src/utils/module_wrap.h 	LoadInterface load_func;
LoadInterface      92 src/utils/os_module.c 		inst->load_func = (LoadInterface) inst->ifce_reg->LoadInterface;
LoadInterface     123 src/utils/os_module.c 	inst->load_func = (LoadInterface) GetProcAddress(inst->lib_handle, _T("LoadInterface"));
LoadInterface     127 src/utils/os_module.c 	inst->load_func = (LoadInterface) GetProcAddress((HMODULE)inst->lib_handle, "LoadInterface");
LoadInterface     150 src/utils/os_module.c 	inst->load_func = (LoadInterface) dlsym(inst->lib_handle, "LoadInterface");
LoadInterface     188 src/utils/os_module.c 	LoadInterface load_func;
LoadInterface     216 src/utils/os_module.c 	load_func = (LoadInterface) GetProcAddress(ModuleLib, _T("LoadInterface"));
LoadInterface     220 src/utils/os_module.c 	load_func = (LoadInterface) GetProcAddress(ModuleLib, "LoadInterface");
LoadInterface     240 src/utils/os_module.c 	load_func = (LoadInterface) dlsym(ModuleLib, "LoadInterface");
LoadInterface     756 src/utils/symbian_os.cpp 	inst->load_func = (LoadInterface) pLibrary->Lookup(2);