Home
last modified time | relevance | path

Searched refs:NPN_MemAlloc (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/npsqueak/
H A Dnpsqueak.c130 return strcpy(NPN_MemAlloc(strlen(s) + 1), s); in NPN_StrDup()
219 plugin= (SqueakPlugin*) NPN_MemAlloc(sizeof(SqueakPlugin)); in NPP_New()
222 plugin->argv= (char**) NPN_MemAlloc(sizeof(char*) * (16 + 2 * argc)); in NPP_New()
783 url= NPN_MemAlloc(urlSize+1); in GetUrl()
790 target= NPN_MemAlloc(targetSize+1); in GetUrl()
806 (SqueakStream*) NPN_MemAlloc(sizeof(SqueakStream)); in GetUrl()
832 url= NPN_MemAlloc(urlSize+1); in PostUrl()
839 target= NPN_MemAlloc(targetSize+1); in PostUrl()
846 data= NPN_MemAlloc(dataSize); in PostUrl()
854 (SqueakStream*) NPN_MemAlloc(sizeof(SqueakStream)); in PostUrl()
H A Dnpunix.c156 NPN_MemAlloc(uint32 size) in NPN_MemAlloc() function
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/plugin/npapi/
H A DGnashNPVariant.h68 NPUTF8* tostr = static_cast<NPUTF8*>(NPN_MemAlloc(len)); in CopyVariantValue()
H A Dgshell.cpp69 aNPNFuncs->memalloc = NPN_MemAlloc; in populateNPFuncs()
188 NPN_MemAlloc(uint32_t size) in NPN_MemAlloc() function
H A Dtest.cpp55 NPVariant *value = (NPVariant *)NPN_MemAlloc(sizeof(NPVariant)); in main()
369 NPN_MemAlloc(uint32_t size) in NPN_MemAlloc() function
H A Dexternal.cpp303 char *data = (char *)NPN_MemAlloc(length+1); in parseXML()
310 NPObject *obj = (NPObject *)NPN_MemAlloc(sizeof(NPObject)); in parseXML()
/dports/www/mozplugger/mozplugger-2.1.6/
H A Dscriptable_obj.c182 our_NPObject_t * pObj = NPN_MemAlloc(sizeof(our_NPObject_t)); in NPP_AllocateObj()
H A Dmozplugger.c670 char * dupStr = NPN_MemAlloc(len + 1); in NP_strdup2()
1919 THIS = NPN_MemAlloc(sizeof(data_t)); in NPP_New()
1956 if (!(THIS->args = (argument_t *)NPN_MemAlloc( in NPP_New()
2025 if (!(THIS->args[e].name = (char *)NPN_MemAlloc(len))) in NPP_New()
/dports/www/mozplugger/mozplugger-2.1.6/npapi/
H A Dnpn_funcs.h78 void * NPN_MemAlloc(uint32_t size);
/dports/www/npapi-xine/xine-plugin-1.0.2/src/
H A Dplugin.c834 object = NPN_MemAlloc (sizeof(NPPObject)); in NPPObject_Allocate()
1018 char *mrl = NPN_MemAlloc (len+1); in NPPObject_Invoke()
1196 char *mrl = NPN_MemAlloc (len+1); in NPPObject_GetProperty()
1468 this = NPN_MemAlloc (sizeof(xine_plugin_t)); in NPP_New()
1521 this->override_mrl = NPN_MemAlloc (strlen (mrl) + 1); in NPP_New()
1529 this->href = NPN_MemAlloc (strlen (href) + 1); in NPP_New()
/dports/graphics/djview4/djview4-4.12/npdjvu/
H A Dqtnpapi.cpp134 NPN_MemAlloc(uint32 size) in NPN_MemAlloc() function
335 npstring.utf8characters = (char*)NPN_MemAlloc(npstring.utf8length); in fromQString()
H A Dnpdjvu.cpp632 void *data = NPN_MemAlloc(len); in NPP_Destroy()
633 NPSavedData *saved = (NPSavedData*)NPN_MemAlloc(sizeof(NPSavedData)); in NPP_Destroy()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/symbian/
H A DPluginPackageSymbian.cpp126 m_browserFuncs.memalloc = NPN_MemAlloc; in load()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/
H A Dnpapi.cpp46 void* NPN_MemAlloc(uint32_t size) in NPN_MemAlloc() function
H A DPluginPackage.cpp299 m_browserFuncs.memalloc = NPN_MemAlloc; in initializeBrowserFuncs()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/test/testplugin/
H A Dnptest.cpp1144 (NPAsyncSurface*)NPN_MemAlloc(sizeof(NPAsyncSurface)); in NPP_SetWindow()
1146 (NPAsyncSurface*)NPN_MemAlloc(sizeof(NPAsyncSurface)); in NPP_SetWindow()
1490 result = static_cast<char**>(NPN_MemAlloc((length + 1) * sizeof(char*))); in NPP_GetSitesWithData()
1521 result[i] = static_cast<char*>(NPN_MemAlloc(site.length() + 1)); in NPP_GetSitesWithData()
1611 void* NPN_MemAlloc(uint32_t size) { return sBrowserFuncs->memalloc(size); } in NPN_MemAlloc() function
1714 TestNPObject* object = (TestNPObject*)NPN_MemAlloc(sizeof(TestNPObject)); in scriptableAllocate()
1816 NPIdentifier* ids = (NPIdentifier*)NPN_MemAlloc(bufsize); in scriptableEnumerate()
2255 NPUTF8* utf8String = (NPUTF8*)NPN_MemAlloc(error.length() + 1); in doInternalConsistencyCheck()
2703 char* selCopy = static_cast<char*>(NPN_MemAlloc(1 + len)); in getClipboardText()
3235 static_cast<NPUTF8*>(NPN_MemAlloc(sizeof(NPUTF8) * arg.UTF8Length)); in echoString()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/test/testplugin/
H A Dnptest.cpp1220 instanceData->frontBuffer = (NPAsyncSurface*)NPN_MemAlloc(sizeof(NPAsyncSurface)); in NPP_SetWindow()
1221 instanceData->backBuffer = (NPAsyncSurface*)NPN_MemAlloc(sizeof(NPAsyncSurface)); in NPP_SetWindow()
1690 result = static_cast<char**>(NPN_MemAlloc((length + 1) * sizeof(char*))); in NPP_GetSitesWithData()
1721 result[i] = static_cast<char*>(NPN_MemAlloc(site.length() + 1)); in NPP_GetSitesWithData()
1844 NPN_MemAlloc(uint32_t size) in NPN_MemAlloc() function
2038 TestNPObject* object = (TestNPObject*)NPN_MemAlloc(sizeof(TestNPObject)); in scriptableAllocate()
2207 NPIdentifier* ids = (NPIdentifier*) NPN_MemAlloc(bufsize); in scriptableEnumerate()
2712 NPUTF8* utf8String = (NPUTF8*)NPN_MemAlloc(error.length() + 1); in doInternalConsistencyCheck()
3179 char* outstring = (char*)NPN_MemAlloc(ulen + plen + 2); in getAuthInfo()
3475 char* selCopy = static_cast<char*>(NPN_MemAlloc(1 + len)); in getClipboardText()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/test/testplugin/
H A Dnptest.cpp1151 (NPAsyncSurface*)NPN_MemAlloc(sizeof(NPAsyncSurface)); in NPP_SetWindow()
1153 (NPAsyncSurface*)NPN_MemAlloc(sizeof(NPAsyncSurface)); in NPP_SetWindow()
1497 result = static_cast<char**>(NPN_MemAlloc((length + 1) * sizeof(char*))); in NPP_GetSitesWithData()
1528 result[i] = static_cast<char*>(NPN_MemAlloc(site.length() + 1)); in NPP_GetSitesWithData()
1618 void* NPN_MemAlloc(uint32_t size) { return sBrowserFuncs->memalloc(size); } in NPN_MemAlloc() function
1721 TestNPObject* object = (TestNPObject*)NPN_MemAlloc(sizeof(TestNPObject)); in scriptableAllocate()
1823 NPIdentifier* ids = (NPIdentifier*)NPN_MemAlloc(bufsize); in scriptableEnumerate()
2262 NPUTF8* utf8String = (NPUTF8*)NPN_MemAlloc(error.length() + 1); in doInternalConsistencyCheck()
2724 char* selCopy = static_cast<char*>(NPN_MemAlloc(1 + len)); in getClipboardText()
3256 static_cast<NPUTF8*>(NPN_MemAlloc(sizeof(NPUTF8) * arg.UTF8Length)); in echoString()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/npsqueak/include/
H A Dnpapi.h380 void* NPN_MemAlloc(uint32 size);
/dports/www/gecko-mediaplayer/gecko-mediaplayer-1.0.9/src/
H A Dnpn_gate.cpp161 void *NPN_MemAlloc(uint32_t size) in NPN_MemAlloc() function
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/plugin/npapi/mozilla-sdk/
H A Dnpn_gate.cpp174 NPN_MemAlloc(uint32_t size) in NPN_MemAlloc() function
/dports/net-im/kopete/kopete-21.12.3/protocols/skype/skypebuttons/qtbrowserplugin/
H A Dqtbrowserplugin.cpp128 void* NPN_MemAlloc(uint32 size) in NPN_MemAlloc() function
477 npstring.utf8characters = (char*)NPN_MemAlloc(npstring.utf8length); in fromQString()
814 char *utf8 = (char*)NPN_MemAlloc(size + 1); in NPP_GetValue()
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtbrowserplugin/src/
H A Dqtbrowserplugin.cpp145 void* NPN_MemAlloc(uint32 size) in NPN_MemAlloc() function
495 npstring.utf8characters = (char*)NPN_MemAlloc(npstring.utf8length); in fromQString()
833 char *utf8 = (char*)NPN_MemAlloc(size + 1); in NPP_GetValue()
/dports/graphics/djview4/djview4-4.12/nsdejavu/
H A Dnsdejavu.c2016 char *nstr = NPN_MemAlloc(s->utf8length+1); in npvariantcpy()
2101 if (! (tmp = NPN_MemAlloc(strlen(res) + 1))) in np_invoke()
2415 SavedData *data = (SavedData*) NPN_MemAlloc(sizeof(SavedData)); in NPP_Destroy()
2416 NPSavedData *saved = (NPSavedData*) NPN_MemAlloc(sizeof(NPSavedData)); in NPP_Destroy()
2826 NPN_MemAlloc(uint32 size) in NPN_MemAlloc() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp353 static void* NPN_MemAlloc(uint32_t size) in NPN_MemAlloc() function
910 netscapeFuncs.memalloc = NPN_MemAlloc; in initializeBrowserFuncs()

12