Home
last modified time | relevance | path

Searched refs:dwBytesToRead (Results 1 – 25 of 50) sorted by relevance

12

/dports/games/wargus/wargus-3.2.0/StormLib/src/
H A DSFileReadFile.cpp48 dwRawBytesToRead = dwBytesToRead; in ReadMpqSectors()
199 dwBytesToRead -= dwBytesInThisSector; in ReadMpqSectors()
509 if(dwToCopy > dwBytesToRead) in ReadMpqFileSectorFile()
510 dwToCopy = dwBytesToRead; in ReadMpqFileSectorFile()
519 dwBytesToRead -= dwToCopy; in ReadMpqFileSectorFile()
523 if(dwBytesToRead >= ha->dwSectorSize) in ReadMpqFileSectorFile()
536 dwBytesToRead -= dwBytesRead; in ReadMpqFileSectorFile()
540 if(dwBytesToRead > 0) in ReadMpqFileSectorFile()
557 if(dwToCopy > dwBytesToRead) in ReadMpqFileSectorFile()
558 dwToCopy = dwBytesToRead; in ReadMpqFileSectorFile()
[all …]
H A DFileStream.cpp216 if(dwBytesToRead != 0) in BaseFile_Read()
242 if(dwBytesToRead != 0) in BaseFile_Read()
259 if(dwBytesRead != dwBytesToRead) in BaseFile_Read()
261 return (dwBytesRead == dwBytesToRead); in BaseFile_Read()
617 if(dwBytesToRead != 0) in BaseMap_Read()
809 if(dwBytesToRead != 0) in BaseHttp_Read()
858 if(dwTotalBytesRead != dwBytesToRead) in BaseHttp_Read()
868 dwBytesToRead = dwBytesToRead; in BaseHttp_Read()
935 if(dwBytesToRead == 0) in BlockStream_Read()
2155 DWORD dwBytesToRead; in MpqeStream_BlockRead() local
[all …]
H A DSFileAddFile.cpp899 DWORD dwBytesToRead; in SFileAddFileEx() local
965 dwBytesToRead = dwBytesRemaining; in SFileAddFileEx()
966 if(dwBytesToRead > dwSectorSize) in SFileAddFileEx()
967 dwBytesToRead = dwSectorSize; in SFileAddFileEx()
970 if(!FileStream_Read(pStream, NULL, pbFileData, dwBytesToRead)) in SFileAddFileEx()
981 if(IsWaveFile_16BitsPerAdpcmSample(pbFileData, dwBytesToRead, &dwChannels)) in SFileAddFileEx()
996 if(!SFileWriteFile(hMpqFile, pbFileData, dwBytesToRead, dwCompression)) in SFileAddFileEx()
1003 dwBytesRemaining -= dwBytesToRead; in SFileAddFileEx()
H A DSBaseCommon.cpp995 DWORD dwBytesToRead = dwCompressedSize; in LoadMpqTable() local
1029 if((ByteOffset + dwBytesToRead) > FileSize) in LoadMpqTable()
1032 dwBytesToRead = (DWORD)(FileSize - ByteOffset); in LoadMpqTable()
1033 memset(pbMpqTable + dwBytesToRead, 0, (dwTableSize - dwBytesToRead)); in LoadMpqTable()
1042 if(FileStream_Read(ha->pStream, &ByteOffset, pbToRead, dwBytesToRead)) in LoadMpqTable()
1045 if(!VerifyDataBlockHash(pbToRead, dwBytesToRead, pbTableHash)) in LoadMpqTable()
H A DFileStream.h35 DWORD dwBytesToRead // Number of bytes to read from the file
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/StormLib/src/
H A DSFileReadFile.cpp48 dwRawBytesToRead = dwBytesToRead; in ReadMpqSectors()
201 dwBytesToRead -= dwBytesInThisSector; in ReadMpqSectors()
516 if(dwToCopy > dwBytesToRead) in ReadMpqFileSectorFile()
517 dwToCopy = dwBytesToRead; in ReadMpqFileSectorFile()
526 dwBytesToRead -= dwToCopy; in ReadMpqFileSectorFile()
530 if(dwBytesToRead >= ha->dwSectorSize) in ReadMpqFileSectorFile()
543 dwBytesToRead -= dwBytesRead; in ReadMpqFileSectorFile()
547 if(dwBytesToRead > 0) in ReadMpqFileSectorFile()
564 if(dwToCopy > dwBytesToRead) in ReadMpqFileSectorFile()
565 dwToCopy = dwBytesToRead; in ReadMpqFileSectorFile()
[all …]
H A DFileStream.cpp212 if(dwBytesToRead != 0) in BaseFile_Read()
238 if(dwBytesToRead != 0) in BaseFile_Read()
255 if(dwBytesRead != dwBytesToRead) in BaseFile_Read()
257 return (dwBytesRead == dwBytesToRead); in BaseFile_Read()
559 if(dwBytesToRead != 0) in BaseMap_Read()
739 if(dwBytesToRead != 0) in BaseHttp_Read()
788 if(dwTotalBytesRead != dwBytesToRead) in BaseHttp_Read()
798 dwBytesToRead = dwBytesToRead; in BaseHttp_Read()
865 if(dwBytesToRead == 0) in BlockStream_Read()
2085 DWORD dwBytesToRead; in MpqeStream_BlockRead() local
[all …]
H A DSBaseCommon.cpp899 DWORD dwBytesToRead = dwCompressedSize; in LoadMpqTable() local
932 if((ByteOffset + dwBytesToRead) > FileSize) in LoadMpqTable()
935 dwBytesToRead = (DWORD)(FileSize - ByteOffset); in LoadMpqTable()
936 memset(pbMpqTable + dwBytesToRead, 0, (dwTableSize - dwBytesToRead)); in LoadMpqTable()
945 if(FileStream_Read(ha->pStream, &ByteOffset, pbToRead, dwBytesToRead)) in LoadMpqTable()
H A DFileStream.h35 DWORD dwBytesToRead // Number of bytes to read from the file
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdattachment.h163 DWORD dwBytesToRead,
193 DWORD dwBytesToRead,
213 …nboundAttachment_Read(This,pBuffer,dwBytesToRead,pdwNumberOfBytesRead) (This)->lpVtbl->Read(This,p…
227 …nboundAttachment_Read(IWSDInboundAttachment* This,BYTE *pBuffer,DWORD dwBytesToRead,LPDWORD pdwNum…
228 return This->lpVtbl->Read(This,pBuffer,dwBytesToRead,pdwNumberOfBytesRead);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdattachment.h163 DWORD dwBytesToRead,
193 DWORD dwBytesToRead,
213 …nboundAttachment_Read(This,pBuffer,dwBytesToRead,pdwNumberOfBytesRead) (This)->lpVtbl->Read(This,p…
227 …nboundAttachment_Read(IWSDInboundAttachment* This,BYTE *pBuffer,DWORD dwBytesToRead,LPDWORD pdwNum…
228 return This->lpVtbl->Read(This,pBuffer,dwBytesToRead,pdwNumberOfBytesRead);
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/cddadecoder/
H A DCddaDataStream.cpp219 HRESULT CddaDataStream::Read(PBYTE pbBuffer, DWORD dwBytesToRead, BOOL bAlign, LPDWORD pdwBytesRead… in Read() argument
230 rawReadInfo.SectorCount = dwBytesToRead / BYTES_PER_SECTOR; in Read()
240 dwBytesToRead, in Read()
H A DCddaDataStream.h73 HRESULT Read(PBYTE pbBuffer, DWORD dwBytesToRead, BOOL bAlign, LPDWORD pdwBytesRead);
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/ports/MSVC++/CMP3Stream/SOURCE/
H A DSourceFilter_MP3Stream.CPP285 DWORD dwBytesToRead, in Read() argument
299 if (m_dwPosition + dwBytesToRead > m_dwLength) in Read()
305 dwReadLength = dwBytesToRead; in Read()
/dports/devel/R-cran-BH/BH/inst/include/boost/interprocess/detail/
H A Dwin32_api.hpp1754 unsigned long dwBytesToRead = 0; in get_last_bootup_time() local
1767 dwBytesToRead = max_record_buffer_size; in get_last_bootup_time()
1768 c_heap_deleter heap_deleter(dwBytesToRead); in get_last_bootup_time()
1779 dwBytesToRead, in get_last_bootup_time()
1785 dwBytesToRead = dwMinimumBytesToRead; in get_last_bootup_time()
1820 unsigned long dwBytesToRead = 0; in get_last_bootup_time() local
1833 dwBytesToRead = max_record_buffer_size; in get_last_bootup_time()
1834 c_heap_deleter heap_deleter(dwBytesToRead); in get_last_bootup_time()
1845 dwBytesToRead, in get_last_bootup_time()
1851 dwBytesToRead = dwMinimumBytesToRead; in get_last_bootup_time()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/ports/MSVC++/CMP3Stream/INCLUDE/CORE/
H A DSourceFilter_MP3.H52 DWORD dwBytesToRead,
/dports/devel/hyperscan/boost_1_75_0/boost/interprocess/detail/
H A Dwin32_api.hpp1600 unsigned long dwBytesToRead = 0; in get_last_bootup_time() local
1613 dwBytesToRead = max_record_buffer_size; in get_last_bootup_time()
1614 c_heap_deleter heap_deleter(dwBytesToRead); in get_last_bootup_time()
1625 dwBytesToRead, in get_last_bootup_time()
1631 dwBytesToRead = dwMinimumBytesToRead; in get_last_bootup_time()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/interprocess/detail/
H A Dwin32_api.hpp1600 unsigned long dwBytesToRead = 0; in get_last_bootup_time() local
1613 dwBytesToRead = max_record_buffer_size; in get_last_bootup_time()
1614 c_heap_deleter heap_deleter(dwBytesToRead); in get_last_bootup_time()
1625 dwBytesToRead, in get_last_bootup_time()
1631 dwBytesToRead = dwMinimumBytesToRead; in get_last_bootup_time()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/interprocess/detail/
H A Dwin32_api.hpp1600 unsigned long dwBytesToRead = 0; in get_last_bootup_time() local
1613 dwBytesToRead = max_record_buffer_size; in get_last_bootup_time()
1614 c_heap_deleter heap_deleter(dwBytesToRead); in get_last_bootup_time()
1625 dwBytesToRead, in get_last_bootup_time()
1631 dwBytesToRead = dwMinimumBytesToRead; in get_last_bootup_time()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dplustek-usbscan.c1368 u_long dwBytesToRead = m_bOldScanData * hw->wDRAMSize * 4; in usb_ScanBegin() local
1369 u_char *pBuffer = malloc( sizeof(u_char) * dwBytesToRead ); in usb_ScanBegin()
1372 dwBytesToRead, m_bOldScanData ); in usb_ScanBegin()
1375 dwBytesToRead, SANE_FALSE )); in usb_ScanBegin()
/dports/devel/boost-docs/boost_1_72_0/boost/interprocess/detail/
H A Dwin32_api.hpp2314 unsigned long dwBytesToRead = 0; in get_last_bootup_time() local
2327 dwBytesToRead = max_record_buffer_size; in get_last_bootup_time()
2328 c_heap_deleter heap_deleter(dwBytesToRead); in get_last_bootup_time()
2339 dwBytesToRead, in get_last_bootup_time()
2345 dwBytesToRead = dwMinimumBytesToRead; in get_last_bootup_time()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/interprocess/detail/
H A Dwin32_api.hpp2217 unsigned long dwBytesToRead = 0; in get_last_bootup_time() local
2230 dwBytesToRead = max_record_buffer_size; in get_last_bootup_time()
2231 c_heap_deleter heap_deleter(dwBytesToRead); in get_last_bootup_time()
2242 dwBytesToRead, in get_last_bootup_time()
2248 dwBytesToRead = dwMinimumBytesToRead; in get_last_bootup_time()
/dports/databases/percona57-server/boost_1_59_0/boost/interprocess/detail/
H A Dwin32_api.hpp2217 unsigned long dwBytesToRead = 0; in get_last_bootup_time() local
2230 dwBytesToRead = max_record_buffer_size; in get_last_bootup_time()
2231 c_heap_deleter heap_deleter(dwBytesToRead); in get_last_bootup_time()
2242 dwBytesToRead, in get_last_bootup_time()
2248 dwBytesToRead = dwMinimumBytesToRead; in get_last_bootup_time()
/dports/databases/xtrabackup/boost_1_59_0/boost/interprocess/detail/
H A Dwin32_api.hpp2217 unsigned long dwBytesToRead = 0; in get_last_bootup_time() local
2230 dwBytesToRead = max_record_buffer_size; in get_last_bootup_time()
2231 c_heap_deleter heap_deleter(dwBytesToRead); in get_last_bootup_time()
2242 dwBytesToRead, in get_last_bootup_time()
2248 dwBytesToRead = dwMinimumBytesToRead; in get_last_bootup_time()
/dports/databases/percona57-client/boost_1_59_0/boost/interprocess/detail/
H A Dwin32_api.hpp2217 unsigned long dwBytesToRead = 0; in get_last_bootup_time() local
2230 dwBytesToRead = max_record_buffer_size; in get_last_bootup_time()
2231 c_heap_deleter heap_deleter(dwBytesToRead); in get_last_bootup_time()
2242 dwBytesToRead, in get_last_bootup_time()
2248 dwBytesToRead = dwMinimumBytesToRead; in get_last_bootup_time()

12