Searched refs:realShutdown (Results 1 – 2 of 2) sorted by relevance
61 realShutdown = NULL; in PluginEntryPointList()120 eps->realShutdown = shutdownproc; in createEntryPointsForPlugin()180 if(eps->realShutdown) in callNP_ShutdownAll()183 eps->realShutdown(); in callNP_ShutdownAll()184 eps->realShutdown = NULL; // don't want to call it more than once in callNP_ShutdownAll()197 if(eps->realShutdown) in callNP_Shutdown()200 eps->realShutdown(); in callNP_Shutdown()201 eps->realShutdown = NULL; // don't want to call it more than once in callNP_Shutdown()
63 NP_SHUTDOWN realShutdown; member