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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdavd.h115 CFTypeRef theResponsePropertyRef; member in struct:stream_put_ctx
H A Dwebdav_network.c1440 CFTypeRef theResponsePropertyRef; local
1521 theResponsePropertyRef = CFReadStreamCopyProperty(readStreamRecPtr->readStreamRef, kCFStreamPropertyHTTPResponseHeader);
1522 require(theResponsePropertyRef != NULL, GetResponseHeader);
1525 responseMessage = *((CFHTTPMessageRef*)((void*)&theResponsePropertyRef));
1700 CFTypeRef theResponsePropertyRef; local
1785 theResponsePropertyRef = CFReadStreamCopyProperty(readStreamRecPtr->readStreamRef, kCFStreamPropertyHTTPResponseHeader);
1786 require(theResponsePropertyRef != NULL, GetResponseHeader);
1789 responseMessage = *((CFHTTPMessageRef*)((void*)&theResponsePropertyRef));
1881 CFTypeRef theResponsePropertyRef; local
1965 theResponsePropertyRef
2964 CFTypeRef theResponsePropertyRef; local
[all...]
/macosx-10.10/webdavfs-367/webdavlib/
H A Dwebdavlib.c1200 CFTypeRef theResponsePropertyRef; local
1217 theResponsePropertyRef = CFReadStreamCopyProperty(stream, kCFStreamPropertyHTTPResponseHeader);
1218 ctx->response = *((CFHTTPMessageRef*)((void*)&theResponsePropertyRef));

Completed in 225 milliseconds