Searched refs:CFWriteStreamCopyError (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFStream.h153 CFErrorRef CFWriteStreamCopyError(CFWriteStreamRef stream) CF_AVAILABLE(10_5, 2_0);
H A DCFBinaryPList.c192 CFErrorRef err = buf->stream ? CFWriteStreamCopyError((CFWriteStreamRef)buf->stream) : NULL;
H A DCFStream.c961 CF_EXPORT CFErrorRef CFWriteStreamCopyError(CFWriteStreamRef stream) { function
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfstream.py180 err = CFWriteStreamCopyError(stream)
327 self.failUnlessResultIsCFRetained(CFWriteStreamCopyError)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfstream.py171 err = CFWriteStreamCopyError(stream)
316 self.assertResultIsCFRetained(CFWriteStreamCopyError)
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DSocketStreamHandleCFNet.cpp559 RetainPtr<CFErrorRef> error = adoptCF(CFWriteStreamCopyError(m_writeStream.get()));

Completed in 123 milliseconds