Searched defs:dll (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_dll.h | 37 DECLEXPORT(CRDLLFunc) crDLLGetNoError( CRDLL *dll, const char *symname ); 38 DECLEXPORT(CRDLLFunc) crDLLGet( CRDLL *dll, const char *symname ); 39 DECLEXPORT(void) crDLLClose( CRDLL *dll ); variable
|
H A D | cr_spu.h | 117 CRDLL *dll; /**< pointer to shared lib for spu */ member in struct:_SPUSTRUCT
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | dll.c | 166 CRDLL *dll; local 229 dll = (CRDLL *) crAlloc( sizeof( CRDLL ) ); 230 dll->name = crStrdup( dllname ); 233 dll->hinstLib = LoadLibraryW( szwPath ); 234 if (!dll->hinstLib) 236 crError("failed to load dll %s", dllname); 241 dll->type = get_dll_type( dllname ); 244 switch( dll->type ) { 246 dll->hinstLib = LoadFramework( dllname ); 251 dll 293 crDLLGetNoError( CRDLL *dll, const char *symname ) argument 332 crDLLGet( CRDLL *dll, const char *symname ) argument [all...] |
/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias_mod.h | 103 struct dll { struct 111 SLIST_ENTRY(dll) next; 132 /* Functions used with dll module. */ 136 int attach_dll(struct dll *); 138 struct dll *walk_dll_chain(void);
|
/vbox/src/libs/xpcom18a4/xpcom/components/ |
H A D | nsNativeComponentLoader.cpp | 106 nsDll *dll; 107 rv = CreateDll(nsnull, aLocation, &dll); 111 if (!dll) 114 if (!dll->IsLoaded()) { 117 dll->GetDisplayPath(displayPath); 123 if (!dll->Load()) { 133 DumpLoadError(dll, "GetFactory", errorMsg); 145 rv = GetFactoryFromModule(dll, aCID, _retval); 152 // If the dll failed to get us a factory. But the dll registere 263 nsFreeLibrary(nsDll *dll, nsIServiceManager *serviceMgr, PRInt32 when) argument 365 nsDll *dll = (nsDll *) aData; local 381 SelfRegisterDll(nsDll *dll, const char *registryLocation, PRBool deferred) argument 484 DumpLoadError(nsDll *dll, const char *aCallerName, const char *aNsprErrorMsg) argument 558 SelfUnregisterDll(nsDll *dll) argument 635 nsDll *dll = NULL; local 813 nsDll *dll; local 992 nsDll *dll = NS_STATIC_CAST(nsDll *, mDeferredComponents[i]); local 1062 nsDll *dll; local [all...] |
Completed in 928 milliseconds