Searched refs:NPP_NewProcPtr (Results 1 – 3 of 3) sorted by relevance
102 typedef NPError (*NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, cha… typedef181 NPP_NewProcPtr newp;
137 pluginFuncs->newp = (NPP_NewProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_New); in main()
520 … pluginFuncs.newp = (NPP_NewProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.newp);