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

/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_network.c395 static int set_global_stream_properties(CFReadStreamRef readStreamRef) argument
402 error = (CFReadStreamSetProperty(readStreamRef, kCFStreamPropertyHTTPProxy, gProxyDict) == TRUE) ? 0 : 1;
811 gReadStreams[index].readStreamRef = NULL; /* no stream */
1029 static int ApplySSLProperties(CFReadStreamRef readStreamRef) argument
1035 result = (CFReadStreamSetProperty(readStreamRef, kCFStreamPropertySSLSettings, gSSLPropertiesDict) == TRUE);
1068 if ( gReadStreams[index].readStreamRef != NULL )
1133 static int HandleSSLErrors(CFReadStreamRef readStreamRef) argument
1141 streamError = CFReadStreamGetError(readStreamRef);
1372 if ( theReadStreamRec->readStreamRef != NULL )
1374 CFReadStreamClose(theReadStreamRec->readStreamRef);
[all...]
H A Dwebdav_network.h42 CFReadStreamRef readStreamRef; /* the read stream, or NULL */ member in struct:ReadStreamRec
44 int connectionClose; /* if TRUE, readStreamRef should be closed when transaction is complete */
/macosx-10.10.1/webdavfs-367/webdavlib/
H A Dwebdavlib.c92 static int ConfirmCertificate(CFReadStreamRef readStreamRef, SInt32 error, CFURLRef a_url, CFMutableDictionaryRef sslPropDict);
251 static int ConfirmCertificate(CFReadStreamRef readStreamRef, SInt32 error, CFURLRef a_url, CFMutableDictionaryRef sslPropDict) argument
283 certs = (CFArrayRef)CFReadStreamCopyProperty(readStreamRef, kCFStreamPropertySSLPeerCertificates);
1107 handleSSLErrors(struct callback_ctx *ctx, boolean_t *tryAgain, CFReadStreamRef readStreamRef, CFURLRef a_url) argument
1152 if ( ConfirmCertificate(readStreamRef, error, a_url, ctx->sslPropDict) )
1165 if ( ConfirmCertificate(readStreamRef, error, a_url, ctx->sslPropDict) )
1177 if ( ConfirmCertificate(readStreamRef, error, a_url, ctx->sslPropDict) )
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/
H A Dcustom.mm1329 CFReadStreamRef readStreamRef = CFReadStreamCreateWithFile(NULL, url);
1330 SecTransformRef transform = SecTransformCreateReadTransformWithReadStream(readStreamRef);
1359 CFRelease(readStreamRef);

Completed in 151 milliseconds