Searched refs:nppfuncs (Results 1 – 1 of 1) sorted by relevance
210 NPPluginFuncs * nppfuncs = NULL; in callNPP_New() local216 nppfuncs = &eps->realNPPFuncs; in callNPP_New()228 if(!nppfuncs || !nppfuncs->newp) in callNPP_New()231 NPError rv = CallNPP_NewProc(nppfuncs->newp, pluginType, instance, mode, argc, argn, argv, saved); in callNPP_New()238 NPPluginFuncs * nppfuncs = NULL; in callNPP_Destroy() local249 nppfuncs = &eps->realNPPFuncs; in callNPP_Destroy()275 if(!nppfuncs || !nppfuncs->destroy) in callNPP_Destroy()278 return CallNPP_DestroyProc(nppfuncs->destroy, instance, save); in callNPP_Destroy()283 NPPluginFuncs * nppfuncs = findEntryPointsForInstance(instance); in callNPP_SetWindow() local284 if(!nppfuncs || !nppfuncs->setwindow) in callNPP_SetWindow()[all …]