Lines Matching full:dll
45 #define DEFAULT_DLLNAME "JitPI.dll"
64 /* end collector dll part. */
67 * and is responsible to load the functions from BistroJavaCollector.dll
142 /* load the Function from the DLL */ in iJIT_NotifyEvent()
246 /* is it already missing... or the load of functions from the DLL failed */ in iJIT_RegisterCallbackEx()
271 /* this function loads the collector dll (BistroJavaCollector)
286 /* dll was already loaded, no need to do it for the second time */ in loadiJIT_Funcs()
290 /* Assumes that the DLL will not be found */ in loadiJIT_Funcs()
304 /* Try to get the dll name from the environment */ in loadiJIT_Funcs()
315 /* Try to load the dll from the PATH... */ in loadiJIT_Funcs()
331 /* Try to load the dll from the PATH... */ in loadiJIT_Funcs()
347 /* Try to load the dll from the PATH... */ in loadiJIT_Funcs()
361 /* if the dll wasn't loaded - exit. */ in loadiJIT_Funcs()
395 iJIT_DLL_is_missing = 0; /* DLL is ok. */ in loadiJIT_Funcs()