/haiku/src/tests/kits/net/netservices2/ |
H A D | HttpDebugLogger.cpp | 67 off_t totalBytes = message->GetInt64(UrlEventData::TotalBytes, -1); in MessageReceived() local 69 if (totalBytes == -1) in MessageReceived() 72 output << " (" << totalBytes << " total)"; in MessageReceived() 101 off_t totalBytes = message->GetInt64(UrlEventData::TotalBytes, -1); in MessageReceived() local 103 if (totalBytes == -1) in MessageReceived() 106 output << " (" << totalBytes << " total)"; in MessageReceived()
|
/haiku/src/add-ons/kernel/bus_managers/ata/ |
H A D | ATATracing.cpp | 23 size_t totalBytes = vsnprintf(sTraceBuffer + sTraceBufferOffset, in ata_trace_printf() local 25 sTraceBufferOffset += std::min(totalBytes, in ata_trace_printf()
|
/haiku/src/add-ons/kernel/bus_managers/usb/ |
H A D | Hub.cpp | 447 size_t totalBytes = snprintf(string + *index, bufferSize - *index, in BuildDeviceName() local 449 *index += std::min(totalBytes, (size_t)(bufferSize - *index - 1)); in BuildDeviceName() 456 size_t totalBytes = snprintf(string + *index, bufferSize - *index, in BuildDeviceName() local 458 *index += std::min(totalBytes, (size_t)(bufferSize - *index - 1)); in BuildDeviceName() 465 size_t totalBytes = snprintf(string + *index, in BuildDeviceName() local 467 *index += std::min(totalBytes, in BuildDeviceName()
|
/haiku/src/bin/pkgman/ |
H A D | PackageManager.cpp | 192 float completionPercentage, off_t bytes, off_t totalBytes) in ProgressPackageDownloadActive() argument 194 if (bytes == totalBytes) in ProgressPackageDownloadActive() 195 fLastBytes = totalBytes; in ProgressPackageDownloadActive() 234 string_for_size(totalBytes, totalBuffer, sizeof(totalBuffer)), in ProgressPackageDownloadActive()
|
H A D | PackageManager.h | 51 off_t bytes, off_t totalBytes);
|
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/ |
H A D | SMTP.h | 33 off_t totalBytes);
|
H A D | SMTP.cpp | 324 SMTPProtocol::HandleSendMessages(const BMessage& message, off_t totalBytes) in HandleSendMessages() argument 336 SetTotalItemsSize(totalBytes); in HandleSendMessages()
|
/haiku/headers/os/add-ons/mail_daemon/ |
H A D | MailProtocol.h | 157 off_t totalBytes); 163 off_t totalBytes) = 0;
|
/haiku/src/apps/softwareupdater/ |
H A D | CheckManager.h | 53 off_t bytes, off_t totalBytes);
|
H A D | UpdateManager.h | 55 off_t bytes, off_t totalBytes);
|
H A D | CheckManager.cpp | 199 float completionPercentage, off_t bytes, off_t totalBytes) in ProgressPackageDownloadActive() argument
|
H A D | UpdateManager.cpp | 250 float completionValue, off_t bytes, off_t totalBytes) in ProgressPackageDownloadActive() argument
|
/haiku/src/servers/package/ |
H A D | PackageManager.h | 69 off_t bytes, off_t totalBytes);
|
H A D | PackageManager.cpp | 327 float completionPercentage, off_t bytes, off_t totalBytes) in ProgressPackageDownloadActive() argument
|
/haiku/src/apps/haikudepot/packagemanagement/ |
H A D | PackageManager.h | 82 off_t bytes, off_t totalBytes);
|
H A D | PackageManager.cpp | 395 float completionPercentage, off_t bytes, off_t totalBytes) in ProgressPackageDownloadActive() argument
|
/haiku/src/system/kernel/debug/ |
H A D | debug_commands.cpp | 118 size_t totalBytes = vsnprintf(fBuffer + fBufferSize, in Print() local 120 fBufferSize += std::min(totalBytes, in Print()
|
/haiku/src/kits/mail/ |
H A D | MailProtocol.cpp | 482 BOutboundMailProtocol::SendMessages(const BMessage& files, off_t totalBytes) in SendMessages() argument 486 message.AddInt64("bytes", totalBytes); in SendMessages()
|
/haiku/headers/private/package/manager/ |
H A D | PackageManager.h | 323 off_t bytes, off_t totalBytes);
|
/haiku/src/kits/package/manager/ |
H A D | PackageManager.cpp | 1185 off_t totalBytes) in ProgressPackageDownloadActive() argument
|