Searched refs:FUNC_NotifyEvent (Results 1 – 1 of 1) sorted by relevance
100 static TPNotify FUNC_NotifyEvent=NULL; variable123 if (!FUNC_NotifyEvent) in iJIT_NotifyEvent()155 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()190 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()275 FUNC_NotifyEvent = (TPNotify)GetProcAddress(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()277 FUNC_NotifyEvent = (TPNotify)dlsym(m_libHandle, "NotifyEvent"); in loadiJIT_Funcs()279 if (!FUNC_NotifyEvent) in loadiJIT_Funcs()292 FUNC_NotifyEvent = NULL; in loadiJIT_Funcs()
Completed in 4 milliseconds