/external/bluetooth/glib/gobject/ |
D | gclosure.c | 243 GClosureNotifyData *ndata; in closure_invoke_notifiers() local 251 ndata = closure->notifiers + CLOSURE_N_MFUNCS (closure) + n; in closure_invoke_notifiers() 252 closure->marshal = (GClosureMarshal) ndata->notify; in closure_invoke_notifiers() 253 closure->data = ndata->data; in closure_invoke_notifiers() 254 ndata->notify (ndata->data, closure); in closure_invoke_notifiers() 266 ndata = closure->notifiers + CLOSURE_N_MFUNCS (closure) + closure->n_fnotifiers + n; in closure_invoke_notifiers() 267 closure->marshal = (GClosureMarshal) ndata->notify; in closure_invoke_notifiers() 268 closure->data = ndata->data; in closure_invoke_notifiers() 269 ndata->notify (ndata->data, closure); in closure_invoke_notifiers() 280 ndata = closure->notifiers + offs + i; in closure_invoke_notifiers() [all …]
|
/external/webkit/Source/WebCore/platform/qt/ |
D | PlatformBridgeQt.cpp | 33 if (npp && npp->ndata) in popupsAllowed() 34 return static_cast<PluginView*>(npp->ndata)->arePopupsAllowed(); in popupsAllowed()
|
/external/iproute2/misc/ |
D | arpd.c | 287 void prepare_neg_entry(__u8 *ndata, __u32 stamp) in prepare_neg_entry() argument 289 ndata[0] = 0xFF; in prepare_neg_entry() 290 ndata[1] = 0; in prepare_neg_entry() 291 ndata[2] = stamp>>24; in prepare_neg_entry() 292 ndata[3] = stamp>>16; in prepare_neg_entry() 293 ndata[4] = stamp>>8; in prepare_neg_entry() 294 ndata[5] = stamp; in prepare_neg_entry() 404 __u8 ndata[6]; in do_one_request() local 406 prepare_neg_entry(ndata, time(NULL)); in do_one_request() 407 dbdat.data = ndata; in do_one_request() [all …]
|
/external/webkit/Source/WebKit/android/plugins/ |
D | ANPNativeWindowInterface.cpp | 45 if (instance && instance->ndata) in pluginViewForInstance() 46 return static_cast<WebCore::PluginView*>(instance->ndata); in pluginViewForInstance()
|
D | ANPEventInterface.cpp | 60 if (instance && instance->ndata && event) { in anp_postEvent() 61 PluginView* pluginView = static_cast<PluginView*>(instance->ndata); in anp_postEvent()
|
D | ANPVideoInterface.cpp | 36 if (instance && instance->ndata) in pluginViewForInstance() 37 return static_cast<WebCore::PluginView*>(instance->ndata); in pluginViewForInstance()
|
D | ANPWindowInterface.cpp | 34 if (instance && instance->ndata) in pluginViewForInstance() 35 return static_cast<PluginView*>(instance->ndata); in pluginViewForInstance()
|
D | ANPSystemInterface.cpp | 52 if (instance && instance->ndata) in pluginViewForInstance() 53 return static_cast<WebCore::PluginView*>(instance->ndata); in pluginViewForInstance()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginStream.cpp | 75 m_stream.ndata = 0; in PluginStream() 168 m_stream.ndata = this; in startStream() 247 bool newStreamCalled = m_stream.ndata; in destroyStream() 277 m_stream.ndata = 0; in destroyStream() 330 if (!m_stream.ndata || m_deliveryData->size() == 0) in deliverData()
|
D | npapi.cpp | 41 if (instance && instance->ndata) in pluginViewForInstance() 42 return static_cast<PluginView*>(instance->ndata); in pluginViewForInstance()
|
D | PluginView.cpp | 651 PluginStream* browserStream = static_cast<PluginStream*>(stream->ndata); in destroyStream() 968 m_instance->ndata = this; in PluginView()
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginStream.mm | 162 WebNetscapePluginView *view = (WebNetscapePluginView *)plugin->ndata; 182 ASSERT(!m_stream.ndata); 198 m_pluginView = static_cast<WebNetscapePluginView *>(m_plugin->ndata); 223 m_stream.ndata = this; 388 if (m_stream.ndata) { 431 m_stream.ndata = 0; 462 ASSERT(!m_stream.ndata); 502 if (!m_stream.ndata || [m_deliveryData.get() length] == 0) 596 if (!m_stream.ndata)
|
D | npapi.mm | 70 // The plugin view is always the ndata of the instance. Sometimes, plug-ins will call an instance-s… 76 if (instance && instance->ndata) 77 return (WebNetscapePluginView *)instance->ndata;
|
D | WebNetscapePluginView.mm | 1923 WebNetscapePluginStream* browserStream = static_cast<WebNetscapePluginStream*>(stream->ndata); 2380 plugin->ndata = self;
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_inf.c | 339 char *nraw, *ndata, *nhex; local 359 ndata = binsanitize(nraw, l); 360 if (ndata != NULL) { 363 ndata); 364 racoon_free(ndata);
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 188 void* ndata; /* netscape private data */ member 196 void* ndata; /* netscape private data */ member
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePluginStream.cpp | 152 m_npStream.ndata = this; in start()
|
D | NetscapePlugin.cpp | 85 m_npp.ndata = this; in NetscapePlugin() 101 return static_cast<NetscapePlugin*>(npp->ndata); in fromNPP()
|
/external/webkit/Source/WebCore/plugins/android/ |
D | PluginPackageAndroid.cpp | 83 m_npp->ndata = NULL; in DummyNpp()
|
/external/libxml2/ |
D | parser.c | 4977 const xmlChar *ndata = NULL; in xmlParseEntityDecl() local 5138 ndata = xmlParseName(ctxt); in xmlParseEntityDecl() 5142 literal, URI, ndata); in xmlParseEntityDecl()
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 3631 checking stream.ndata. 3632 (-[WebBaseNetscapePluginStream setResponse:]): Set stream.ndata to nil if the 3635 stream, but only if it's present. Also set stream.ndata to nil. This was the bug fix.
|
D | ChangeLog-2006-02-09 | 10478 …- added isTerminated boolean because determining whether or not stream.ndata is NULL is not enough… 10490 - call NPP_StreamAsFile and NPP_DestroyStream if stream.ndata is not NULL
|
D | ChangeLog-2007-10-14 | 5231 Check that the NPStream pointer is valid before accessing stream->ndata.
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 24394 the same ndata member. So we shouldn't enforce it, either. 41039 Set npp.ndata.
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 52060 TRACE(("INSERT: table=%d nkey=%lld ndata=%d page=%d %s\n",
|