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

/macosx-10.9.5/CF-855.17/
H A DCFStream.c377 static struct _CFStream *_CFStreamCreate(CFAllocatorRef allocator, Boolean isReadStream) { function
402 newStream = _CFStreamCreate(alloc, isReading);
431 struct _CFStream *newStream = _CFStreamCreate(alloc, TRUE);
506 struct _CFStream *newStream = _CFStreamCreate(alloc, FALSE);

Completed in 67 milliseconds