Home
last modified time | relevance | path

Searched refs:TotalBytesReceived (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Sockets/RawIp4Rx/
H A DRawIp4Rx.c41 UINT64 TotalBytesReceived; in RawIp4Rx() local
93 TotalBytesReceived = 0; in RawIp4Rx()
143 TotalBytesReceived += BytesReceived; in RawIp4Rx()
166 printf ( "Total Bytes Received: %Ld\r\n", TotalBytesReceived ); in RawIp4Rx()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Ddownload_file_impl.cc263 if (received_slices_.empty() && TotalBytesReceived() > 0) { in OnSourceStreamAdded()
265 DownloadItem::ReceivedSlice(0, TotalBytesReceived()), received_slices_); in OnSourceStreamAdded()
532 LOG_IF(ERROR, TotalBytesReceived() > potential_file_length_) in SetPotentialFileLength()
720 observer_, TotalBytesReceived(), std::move(hash_state))); in OnDownloadCompleted()
736 int64_t DownloadFileImpl::TotalBytesReceived() const { in TotalBytesReceived() function in download::DownloadFileImpl
746 TotalBytesReceived(), rate_estimator_.GetCountPerSecond(), in SendUpdate()
805 return TotalBytesReceived() == potential_file_length_; in IsDownloadCompleted()
876 reason, TotalBytesReceived(), std::move(hash_state))); in SendErrorUpdateIfFinished()
H A Ddownload_file_unittest.cc471 int64_t TotalBytesReceived() const { in TotalBytesReceived() function in download::DownloadFileTest
473 return download_file_->TotalBytesReceived(); in TotalBytesReceived()
1012 EXPECT_EQ(stream_0_length + stream_1_length, TotalBytesReceived()); in TEST_F()
1064 TotalBytesReceived()); in TEST_F()
1096 EXPECT_EQ(stream_0_length, TotalBytesReceived()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Ddownload_file_impl.cc263 if (received_slices_.empty() && TotalBytesReceived() > 0) { in OnSourceStreamAdded()
265 DownloadItem::ReceivedSlice(0, TotalBytesReceived()), received_slices_); in OnSourceStreamAdded()
532 LOG_IF(ERROR, TotalBytesReceived() > potential_file_length_) in SetPotentialFileLength()
711 observer_, TotalBytesReceived(), in NotifyObserver()
735 int64_t DownloadFileImpl::TotalBytesReceived() const { in TotalBytesReceived() function in download::DownloadFileImpl
745 TotalBytesReceived(), rate_estimator_.GetCountPerSecond(), in SendUpdate()
804 return TotalBytesReceived() == potential_file_length_; in IsDownloadCompleted()
871 reason, TotalBytesReceived(), std::move(hash_state))); in SendErrorUpdateIfFinished()
H A Ddownload_file_unittest.cc471 int64_t TotalBytesReceived() const { in TotalBytesReceived() function in download::DownloadFileTest
473 return download_file_->TotalBytesReceived(); in TotalBytesReceived()
1012 EXPECT_EQ(stream_0_length + stream_1_length, TotalBytesReceived()); in TEST_F()
1064 TotalBytesReceived()); in TEST_F()
1096 EXPECT_EQ(stream_0_length, TotalBytesReceived()); in TEST_F()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsrm.h70 ULONGLONG TotalBytesReceived; member
H A Dnetmon.h462 DWORD TotalBytesReceived; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsrm.h70 ULONGLONG TotalBytesReceived; member
H A Dnetmon.h462 DWORD TotalBytesReceived; member
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawsrm.pas221 TotalBytesReceived: ULONGLONG; // SPM, OData and RData bytes
/dports/net-mgmt/check_nwc_health/check_nwc_health-10.0.0.1/plugins-scripts/Classes/UPNP/AVM/FritzBox7390/Components/
H A DInterfaceSubsystem.pm42 $self->{TotalBytesReceived} = SOAP::Lite
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/public/common/
H A Ddownload_file_impl.h308 int64_t TotalBytesReceived() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/public/common/
H A Ddownload_file_impl.h308 int64_t TotalBytesReceived() const;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs4796 pub TotalBytesReceived: u64, field
4824 .field("TotalBytesReceived", &self.TotalBytesReceived) in fmt()
4847 && self.TotalBytesReceived == other.TotalBytesReceived in eq()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs2805 pub TotalBytesReceived: u64, field