Home
last modified time | relevance | path

Searched refs:totalBytesSent (Results 1 – 25 of 70) sorted by relevance

123

/dports/net/vino/vino-3.22.0/server/libvncserver/
H A Dstats.c63 int totalBytesSent = 0; in rfbPrintStats() local
73 totalBytesSent += cl->rfbBytesSent[i]; in rfbPrintStats()
79 totalBytesSent += (cl->rfbCursorShapeBytesSent + in rfbPrintStats()
85 totalBytesSent); in rfbPrintStats()
105 if ((totalBytesSent - cl->rfbBytesSent[rfbEncodingCopyRect]) != 0) { in rfbPrintStats()
109 / (double)(totalBytesSent in rfbPrintStats()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/hw/vnc/
H A Dstats.c60 int totalBytesSent = 0; in rfbPrintStats() local
70 totalBytesSent += cl->rfbBytesSent[i]; in rfbPrintStats()
75 totalBytesSent += (cl->rfbCursorShapeBytesSent + in rfbPrintStats()
81 totalBytesSent); in rfbPrintStats()
101 if ((totalBytesSent - cl->rfbBytesSent[rfbEncodingCopyRect]) != 0) { in rfbPrintStats()
105 / (double)(totalBytesSent - in rfbPrintStats()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/common/private/
H A Dblockingsocketprivate.cpp52 qint64 totalBytesSent = 0; in handleSendCall() local
54 while (totalBytesSent < size) in handleSendCall()
56 bytesSent = socket->write(totalBytesSent == 0 ? bytes : bytes.mid(totalBytesSent)); in handleSendCall()
63 totalBytesSent += bytesSent; in handleSendCall()
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/elastigo-2fe47fd29e4b/lib/
H A Dcorebulk_test.go77 totalBytesSent int
89 totalBytesSent += buf.Len()
113 …assert.T(t, totalBytesSent == expectedBytes, fmt.Sprintf("Should have sent %v bytes but was %v", e…
122 totalBytesSent = totalBytesSent - len(*eshost)
128 …ssert.T(t, closeInt(totalBytesSent, expectedBytes), fmt.Sprintf("Should have sent %v bytes but was…
190 totalBytesSent int
200 totalBytesSent += buf.Len()
/dports/benchmarks/apib/apib-APIB_1_2_1_RC1/apib/
H A Dapib_reporting.cc80 static int64_t totalBytesSent = 0LL; variable
176 totalBytesSent += sent; in RecordByteCounts()
194 totalBytesSent = 0; in RecordStart()
247 totalBytesSent += c->bytesWritten; in RecordStop()
263 totalBytesSent += c->bytesWritten; in ReportIntervalResults()
397 r.totalBytesSent = totalBytesSent; in ReportResults()
408 r.averageSendBandwidth = (totalBytesSent * 8.0 / 1048576.0) / r.elapsedTime; in ReportResults()
465 r.totalBytesSent / 1048576.0); in PrintFullResults()
H A Dapib_reporting.h48 int64_t totalBytesSent; variable
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/state/
H A DOutstandingPacket.h31 uint64_t totalBytesSent; member
110 totalBytesSent(totalBytesSentIn), in OutstandingPacketMetadata()
137 uint64_t totalBytesSent; member
150 totalBytesSent(totalBytesSentIn), in LastAckedPacketInfo()
H A DQuicConnectionStats.h57 uint64_t totalBytesSent{0};
H A DLossState.h43 uint64_t totalBytesSent{0};
H A DAckHandlers.cpp198 conn.lossState.totalBytesSentAtLastAck = conn.lossState.totalBytesSent; in processAckFrame()
214 .setTotalBytesSentThen(rPacketIt->metadata.totalBytesSent) in processAckFrame()
/dports/benchmarks/apib/apib-APIB_1_2_1_RC1/test/
H A Dreporting_test.cc53 EXPECT_EQ(0, r.totalBytesSent); in TEST_F()
81 EXPECT_EQ(100, r.totalBytesSent); in TEST_F()
117 EXPECT_EQ(0, r.totalBytesSent); in TEST_F()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_win32_Network.cpp358 int totalBytesSent = 0; in sendHTTPRequest() local
360 while (totalBytesSent < (int) postData.getSize()) in sendHTTPRequest()
362 auto bytesToSend = jmin (1024, (int) postData.getSize() - totalBytesSent); in sendHTTPRequest()
366 … || ! InternetWriteFile (request, static_cast<const char*> (postData.getData()) + totalBytesSent, in sendHTTPRequest()
372 totalBytesSent += (int) bytesSent; in sendHTTPRequest()
375 … && ! listener->postDataSendProgress (owner, totalBytesSent, (int) postData.getSize())) in sendHTTPRequest()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_win32_Network.cpp351 int totalBytesSent = 0; in sendHTTPRequest() local
353 while (totalBytesSent < (int) postData.getSize()) in sendHTTPRequest()
355 auto bytesToSend = jmin (1024, (int) postData.getSize() - totalBytesSent); in sendHTTPRequest()
359 … || ! InternetWriteFile (request, static_cast<const char*> (postData.getData()) + totalBytesSent, in sendHTTPRequest()
365 totalBytesSent += (int) bytesSent; in sendHTTPRequest()
368 … && ! listener->postDataSendProgress (owner, totalBytesSent, (int) postData.getSize())) in sendHTTPRequest()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_win32_Network.cpp351 int totalBytesSent = 0; in sendHTTPRequest() local
353 while (totalBytesSent < (int) postData.getSize()) in sendHTTPRequest()
355 auto bytesToSend = jmin (1024, (int) postData.getSize() - totalBytesSent); in sendHTTPRequest()
359 … || ! InternetWriteFile (request, static_cast<const char*> (postData.getData()) + totalBytesSent, in sendHTTPRequest()
365 totalBytesSent += bytesSent; in sendHTTPRequest()
368 … && ! listener->postDataSendProgress (owner, totalBytesSent, (int) postData.getSize())) in sendHTTPRequest()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/congestion_control/
H A DBbrBandwidthSampler.cpp52 ackedPacket.lastAckedPacketInfo->totalBytesSent); in onPacketAcked()
55 ackedPacket.lastAckedPacketInfo->totalBytesSent, in onPacketAcked()
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dstatisticshandler.h27 …long int totalBytesSent; /**< The total number of bytes sent over the wire. This does … member
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/stumbler/java/org/mozilla/mozstumbler/service/uploadthread/
H A DAsyncUploader.java173 syncResult.totalBytesSent += result.bytesSent; in uploadReports()
202 …dm.incrementSyncStats(syncResult.totalBytesSent, uploadedObservations, uploadedCells, uploadedWifi… in uploadReports()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/stumbler/java/org/mozilla/mozstumbler/service/uploadthread/
H A DAsyncUploader.java173 syncResult.totalBytesSent += result.bytesSent; in uploadReports()
202 …dm.incrementSyncStats(syncResult.totalBytesSent, uploadedObservations, uploadedCells, uploadedWifi… in uploadReports()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/MobileLibrary/iOS/SampleApps/TunneledWebView/External/JiveAuthenticatingHTTPProtocol/
H A DJAHPQNSURLSessionDemux.m241 …URLSessionTask *)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent to…
246 …elegate respondsToSelector:@selector(URLSession:task:didSendBodyData:totalBytesSent:totalBytesExpe…
248 …legate URLSession:session task:task didSendBodyData:bytesSent totalBytesSent:totalBytesSent totalB…
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/MobileLibrary/iOS/SampleApps/TunneledWebView/External/JiveAuthenticatingHTTPProtocol/
H A DJAHPQNSURLSessionDemux.m241 …URLSessionTask *)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent to…
246 …elegate respondsToSelector:@selector(URLSession:task:didSendBodyData:totalBytesSent:totalBytesExpe…
248 …legate URLSession:session task:task didSendBodyData:bytesSent totalBytesSent:totalBytesSent totalB…
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/
H A DConference.java579 videobridgeStatistics.totalBytesSent.addAndGet( in updateStatisticsOnExpire()
580 statistics.totalBytesSent.get()); in updateStatisticsOnExpire()
1378 AtomicLong totalBytesSent = new AtomicLong(); field in Conference.Statistics
1411 jsonObject.put("total_bytes_sent", totalBytesSent.get()); in getJson()
/dports/comms/limesuite/LimeSuite-20.10.0/src/protocols/
H A DStreamer.cpp699 long totalBytesSent = 0; in TransmitPacketsLoop() local
711 totalBytesSent += bytesSent; in TransmitPacketsLoop()
716 txDataRate_Bps.store(totalBytesSent, std::memory_order_relaxed); in TransmitPacketsLoop()
717 totalBytesSent = 0; in TransmitPacketsLoop()
787 float dataRate = 1000.0*totalBytesSent / timePeriod; in TransmitPacketsLoop()
789 totalBytesSent = 0; in TransmitPacketsLoop()
/dports/misc/perkeep/perkeep-0.11/clients/ios-objc/photobackup/LACamliClient/
H A DLACamliUploadOperation.m268 …SURLSessionTask*)task didSendBodyData:(int64_t)bytesSent totalBytesSent:(int64_t)totalBytesSent to…
272 float progress = (float)totalBytesSent / (float)totalBytesExpectedToSend;
/dports/math/hmat-oss/hmat-oss-1.7.1/src/common/
H A Dcontext.hpp57 int totalBytesSent; member in trace::NodeData
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/stumbler/java/org/mozilla/mozstumbler/service/utils/
H A DAbstractCommunicator.java49 public int totalBytesSent; field in AbstractCommunicator.SyncSummary

123