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

/macosx-10.9.5/CF-855.17/
H A DCFStreamInternal.h36 typedef Boolean (*_CFStreamCBOpenV1)(struct _CFStream *stream, CFStreamError *error, Boolean *openComplete, void *info);
37 typedef Boolean (*_CFStreamCBOpenCompletedV1)(struct _CFStream *stream, CFStreamError *error, void *info);
46 void *(*create)(struct _CFStream *stream, void *info);
47 void (*finalize)(struct _CFStream *stream, void *info);
48 CFStringRef (*copyDescription)(struct _CFStream *stream, void *info);
57 void (*close)(struct _CFStream *stream, void *info);
59 CFTypeRef (*copyProperty)(struct _CFStream *stream, CFStringRef propertyName, void *info);
60 Boolean (*setProperty)(struct _CFStream *stream, CFStringRef propertyName, CFTypeRef propertyValue, void *info);
61 void (*requestEvents)(struct _CFStream *stream, CFOptionFlags events, void *info);
62 void (*schedule)(struct _CFStream *strea
[all...]
H A DCFStreamPriv.h37 struct _CFStream;
40 void (*cb)(struct _CFStream *, CFStreamEventType, void *);
52 void *(*create)(struct _CFStream *stream, void *info);
53 void (*finalize)(struct _CFStream *stream, void *info);
54 CFStringRef (*copyDescription)(struct _CFStream *stream, void *info);
56 Boolean (*open)(struct _CFStream *stream, CFErrorRef *error, Boolean *openComplete, void *info);
57 Boolean (*openCompleted)(struct _CFStream *stream, CFErrorRef *error, void *info);
63 void (*close)(struct _CFStream *stream, void *info);
65 CFTypeRef (*copyProperty)(struct _CFStream *stream, CFStringRef propertyName, void *info);
66 Boolean (*setProperty)(struct _CFStream *strea
[all...]
H A DCFStream.c40 struct _CFStream { struct
92 CF_PRIVATE CFStreamStatus _CFStreamGetStatus(struct _CFStream *stream);
94 static void _wakeUpRunLoop(struct _CFStream *stream);
103 CF_INLINE void _CFStreamLock(struct _CFStream* stream) {
107 CF_INLINE void _CFStreamUnlock(struct _CFStream* stream) {
111 CF_INLINE CFRunLoopSourceRef _CFStreamCopySource(struct _CFStream* stream) {
129 CF_INLINE void _CFStreamSetSource(struct _CFStream* stream, CFRunLoopSourceRef source, Boolean invalidateOldSource) {
158 CF_INLINE const struct _CFStreamCallBacks *_CFStreamGetCallBackPtr(struct _CFStream *stream) {
162 CF_INLINE void _CFStreamSetStatusCode(struct _CFStream *stream, CFStreamStatus newStatus) {
171 CF_INLINE void _CFStreamScheduleEvent(struct _CFStream *strea
[all...]
H A DCFConcreteStreams.c78 static void constructCFFD(_CFFileStreamContext *fileStream, Boolean forRead, struct _CFStream *stream) {
97 static Boolean constructFD(_CFFileStreamContext *fileStream, CFStreamError *error, Boolean forRead, struct _CFStream *stream) {
145 static Boolean fileOpen(struct _CFStream *stream, CFStreamError *errorCode, Boolean *openComplete, void *info) {
311 static void fileClose(struct _CFStream *stream, void *info) {
331 struct _CFStream *stream = (struct _CFStream *)info;
344 static void fileSchedule(struct _CFStream *stream, CFRunLoopRef runLoop, CFStringRef runLoopMode, void *info) {
379 static void fileUnschedule(struct _CFStream *stream, CFRunLoopRef runLoop, CFStringRef runLoopMode, void *info) {
421 static CFTypeRef fileCopyProperty(struct _CFStream *stream, CFStringRef propertyName, void *info) {
450 static Boolean fileSetProperty(struct _CFStream *strea
[all...]

Completed in 182 milliseconds