Searched refs:newStream (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFStream.c378 struct _CFStream *newStream = (struct _CFStream *)_CFRuntimeCreateInstance(allocator, isReadStream ? __kCFReadStreamTypeID : __kCFWriteStreamTypeID, sizeof(struct _CFStream) - sizeof(CFRuntimeBase), NULL); local
379 if (newStream) {
381 newStream->flags = 0;
382 _CFStreamSetStatusCode(newStream, kCFStreamStatusNotOpen);
383 newStream->error = NULL;
384 newStream->client = NULL;
385 newStream->info = NULL;
386 newStream->callBacks = NULL;
388 newStream->streamLock = CFSpinLockInit;
389 newStream
400 struct _CFStream *newStream; local
431 struct _CFStream *newStream = _CFStreamCreate(alloc, TRUE); local
506 struct _CFStream *newStream = _CFStreamCreate(alloc, FALSE); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A Dnpapi.cpp94 return pluginViewForInstance(instance)->newStream(type, target, stream);
H A DPluginView.h164 NPError newStream(NPMIMEType type, const char* target, NPStream** stream);
H A DPluginView.cpp588 NPError PluginView::newStream(NPMIMEType, const char* /* target */, NPStream**) function in class:WebCore::PluginView
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginView.h164 - (NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream;
H A Dnpapi.mm104 return [pluginViewForInstance(instance) newStream:type target:target stream:stream];
H A DWebNetscapePluginView.mm1898 -(NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.h862 UInt32 getNextStreamID(IOAudioStream * newStream);
H A DIOAudioEngine.cpp200 UInt32 IOAudioEngine::getNextStreamID(IOAudioStream * newStream) { argument
208 inserted = reserved->streams->setObject(newStream);

Completed in 109 milliseconds