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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdavd.h111 CFWriteStreamRef wrStreamRef; member in struct:stream_put_ctx
H A Dwebdav_network.c3245 if (ctx->wrStreamRef != NULL) {
3246 CFRelease(ctx->wrStreamRef);
3247 ctx->wrStreamRef = NULL;
3783 CFStreamCreatePairWithSocket(kCFAllocatorDefault, ctx->sockfd[1], NULL, &ctx->wrStreamRef);
3785 if ( (ctx->rdStreamRef == NULL) || (ctx->wrStreamRef == NULL) )
3787 syslog(LOG_ERR, "%s: Null Stream Pair: rdStreamRef %p wrStreamRef %p.", __FUNCTION__, ctx->rdStreamRef, ctx->wrStreamRef );
3795 CFWriteStreamSetProperty(ctx->wrStreamRef, kCFStreamPropertyShouldCloseNativeSocket, kCFBooleanTrue) == false )
4055 CFWriteStreamSetClient (ctx->wrStreamRef,
4063 CFWriteStreamScheduleWithRunLoop(ctx->wrStreamRef,
[all...]

Completed in 232 milliseconds