Searched refs:_CFStreamGetInfoPointer (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFStream.c45 /* NOTE: CFNetwork is still using _CFStreamGetInfoPointer, and so this slot needs to stay in this position (as the fifth field in the structure) */
198 contextDescription = ((CFStringRef(*)(void *))cb->copyDescription)(_CFStreamGetInfoPointer(stream));
200 contextDescription = cb->copyDescription(stream, _CFStreamGetInfoPointer(stream));
203 contextDescription = CFStringCreateWithFormat(CFGetAllocator(stream), NULL, CFSTR("info = %p"), _CFStreamGetInfoPointer(stream));
271 cb->close(stream, _CFStreamGetInfoPointer(stream));
308 ((void(*)(void *))cb->finalize)(_CFStreamGetInfoPointer(stream));
310 cb->finalize(stream, _CFStreamGetInfoPointer(stream));
395 CF_EXPORT void* _CFStreamGetInfoPointer(struct _CFStream* stream) { function
886 isComplete = ((_CFStreamCBOpenCompletedV1)(cb->openCompleted))(stream, &err, _CFStreamGetInfoPointer(stream));
889 isComplete = cb->openCompleted(stream, &(stream->error), _CFStreamGetInfoPointer(strea
[all...]
H A DCFStreamPriv.h74 CF_EXPORT void* _CFStreamGetInfoPointer(struct _CFStream* stream);

Completed in 122 milliseconds