Searched refs:shutdownFunction (Results 1 – 2 of 2) sorted by relevance
35 static void (*shutdownFunction)(); variable54 shutdownFunction = 0; in PluginTest()63 if (shutdownFunction) in NP_Shutdown()64 shutdownFunction(); in NP_Shutdown()69 assert(!shutdownFunction); in registerNPShutdownFunction()70 shutdownFunction = func; in registerNPShutdownFunction()
499 NPP_ShutdownProcPtr shutdownFunction;500 npErr = pluginMainFunc(&browserFuncs, &pluginFuncs, &shutdownFunction);501 … NP_Shutdown = (NPP_ShutdownProcPtr)functionPointerForTVector((TransitionVector)shutdownFunction);