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

/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dcache.h179 int CacheInit (Cache_t *cache, int fdRead, int fdWrite, uint32_t devBlockSize,
H A Dcache.c196 int CacheInit (Cache_t *cache, int fdRead, int fdWrite, uint32_t devBlockSize, argument
206 cache->FD_W = fdWrite;
/macosx-10.9.5/CF-855.17/
H A DCFConcreteStreams.c249 CF_PRIVATE CFIndex fdWrite(int fd, const UInt8 *buffer, CFIndex bufferLength, CFStreamError *errorCode) { function
263 CFIndex result = fdWrite(fileStream->fd, buffer, bufferLength, errorCode);
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c5441 int fdRead, fdWrite; local
5501 fdWrite = _open_osfhandle((intptr_t)h, 0);
5503 if (fdWrite == -1) {
5509 MTHREAD_ONLY(EnterCriticalSection(&(_pioinfo(fdWrite)->lock)));
5510 _set_osfhnd(fdWrite, (intptr_t)hWrite);
5511 _set_osflags(fdWrite, FOPEN | FPIPE | FNOINHERIT);
5512 MTHREAD_ONLY(LeaveCriticalSection(&(_pioinfo(fdWrite)->lock)));
5520 fds[1] = fdWrite;

Completed in 97 milliseconds