Searched defs:bytesToRead (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/posix/
H A DSharedBufferPOSIX.cpp54 size_t bytesToRead = fileStat.st_size; local
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DSharedBufferWin.cpp54 DWORD bytesToRead = GetFileSize(fileHandle, 0); local
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A DSharedMemoryClient.cpp104 SegmentOffsetType bytesToRead = (length <= bytesToEnd) ? length : bytesToEnd; local
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A DSharedMemoryClient.cpp104 SegmentOffsetType bytesToRead = (length <= bytesToEnd) ? length : bytesToEnd; local
/macosx-10.10/WebCore-7600.1.25/platform/
H A DFileStream.cpp123 int bytesToRead = (remaining < bufferSize) ? static_cast<int>(remaining) : bufferSize; local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/base/
H A DtkimgIO.c142 int bytesRead, bytesToRead; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/audio/ios/
H A DAudioFileReaderIOS.cpp114 size_t bytesToRead = 0; local
/macosx-10.10/xnu-2782.1.97/bsd/dev/random/
H A Drandomdev.c199 int bytesToRead = MIN(bytes_remaining, local
/macosx-10.10/WebCore-7600.1.25/platform/audio/mac/
H A DAudioFileReaderMac.cpp111 size_t bytesToRead = 0; local
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DFormDataStreamCFNet.cpp246 CFIndex bytesToRead = bufferLength; local
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/unix/
H A DConnectionUnix.cpp351 size_t bytesToRead = m_readBuffer.size() - m_readBufferSize; local
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DBlobResourceHandle.cpp408 int bytesToRead = (length > remaining) ? static_cast<int>(remaining) : length; local
430 long long bytesToRead = m_itemLengthList[m_readItemCount] - m_currentItemReadSize; local
488 long long bytesToRead = item.length() - m_currentItemReadSize; local
505 long long bytesToRead = m_itemLengthList[m_readItemCount] - m_currentItemReadSize; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAtomicFile.cpp481 ssize_t bytesToRead = (ssize_t)mLength; local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAtomicFile.cpp481 ssize_t bytesToRead = (ssize_t)mLength; local
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_network.c1879 CFIndex bytesToRead; local
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIO.c4951 Tcl_Read( Tcl_Channel chan, char *dst, int bytesToRead) argument
4996 Tcl_ReadRaw( Tcl_Channel chan, char *bufPtr, int bytesToRead) argument
5355 ReadBytes( ChannelState *statePtr, Tcl_Obj *objPtr, int bytesToRead, int *offsetPtr) argument
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp8865 uint64_t bytesToRead, bytesToWrite; local

Completed in 286 milliseconds