Searched defs:dll_err (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Ddll.c167 char *dll_err; local
238 dll_err = NULL;
242 dll_err = NULL;
247 dll_err = __frameworkErr;
252 dll_err = __bundleErr;
263 dll_err = (char*) dlerror();
269 dll_err = "Unknown DLL type";
277 dll_err = (char*) dlerror();
284 if (dll_err)
286 crDebug( "DLL_ERROR(%s): %s", dllname, dll_err );
345 int dll_err = 0; local
[all...]

Completed in 50 milliseconds