Home
last modified time | relevance | path

Searched refs:mTotalBytesSent (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/backupstore/
H A DBackupStoreFileEncodeStream.h130 int64_t GetTotalBytesSent() { return mTotalBytesSent; } in GetTotalBytesSent()
167 int64_t mTotalBytesSent; variable
H A DBackupStoreFileEncodeStream.cpp100 mTotalBytesSent(0), in BackupStoreFileEncodeStream()
509 mTotalBytesSent += (NBytes - bytesToRead); in Read()