Searched defs:bytesToRead (Results 1 – 13 of 13) sorted by relevance
129 DWORD bytesToRead = 0; in readEventHandler() local184 DWORD bytesToRead = 0; in readEventHandler() local
54 size_t bytesToRead = fileStat.st_size; in createWithContentsOfFile() local
54 DWORD bytesToRead = GetFileSize(fileHandle, 0); in createWithContentsOfFile() local
374 int bytesToRead = (length > remaining) ? static_cast<int>(remaining) : length; in readDataSync() local394 long long bytesToRead = m_itemLengthList[m_readItemCount] - m_currentItemReadSize; in readFileSync() local449 long long bytesToRead = item.length - m_currentItemReadSize; in readDataAsync() local465 long long bytesToRead = m_itemLengthList[m_readItemCount] - m_currentItemReadSize; in readFileAsync() local
111 int bytesToRead = inStream.available(); in test_read$BII() local
124 int bytesToRead = (remaining < bufferSize) ? static_cast<int>(remaining) : bufferSize; in read() local
64 size_t bytesToRead = qMin(imageSize, 2048); in main() local
117 size_t bytesToRead = 0; in readProc() local
52 size_t bytesToRead = min<int>(imageSize, 2048); in readPixbufFromStdin() local
122 size_t bytesToRead = count; in read() local
78 size_t bytesToRead = min(bytesRemaining, 2048); in createImageFromStdin() local
79 size_t bytesToRead = min(bytesRemaining, s_bufferSize); in createImageFromStdin() local
740 private void readIntoDigest(FileInputStream is, long bytesToRead, in readIntoDigest()