Searched refs:totalBytesRead (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/network/libnetservices2/
H A DHttpParser.cpp391 size_t totalBytesRead = 0; local
399 return {totalBytesRead, totalBytesRead, false};
440 totalBytesRead += bytesRead;
451 return {totalBytesRead, totalBytesRead, false};
469 return {totalBytesRead, totalBytesRead, false};
477 return {totalBytesRead, totalBytesRead, tru
[all...]
/haiku/src/system/libroot/posix/crypt/
H A Dcrypt.cpp106 size_t totalBytesRead = 0; local
112 while (totalBytesRead < sizeof(salt)) {
114 static_cast<void*>(salt + totalBytesRead),
115 sizeof(salt) - totalBytesRead);
121 totalBytesRead += bytesRead;
/haiku/src/kits/debug/
H A DDebugEventStream.cpp238 size_t totalBytesRead = 0; local
242 totalBytesRead += bytesRead;
250 return totalBytesRead;
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp612 int32 totalBytesRead = 0; local
622 totalBytesRead += fBlockSize - offset;
623 memcpy(buffer, gScratchBuffer + offset, totalBytesRead);
649 totalBytesRead += bytesRead;
652 //TRACE(("BlockHandle::%s: %d bytes read\n", __FUNCTION__, totalBytesRead));
653 return totalBytesRead;
/haiku/src/system/boot/platform/bios_ia32/
H A Ddevices.cpp633 int32 totalBytesRead = 0; local
733 totalBytesRead += bytesRead;
736 return totalBytesRead;

Completed in 90 milliseconds