Home
last modified time | relevance | path

Searched refs:totalBytes (Results 1 – 20 of 20) sorted by relevance

/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp67 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 DATATracing.cpp23 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 DHub.cpp447 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 DPackageManager.cpp192 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 DPackageManager.h51 off_t bytes, off_t totalBytes);
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.h33 off_t totalBytes);
H A DSMTP.cpp324 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 DMailProtocol.h157 off_t totalBytes);
163 off_t totalBytes) = 0;
/haiku/src/apps/softwareupdater/
H A DCheckManager.h53 off_t bytes, off_t totalBytes);
H A DUpdateManager.h55 off_t bytes, off_t totalBytes);
H A DCheckManager.cpp199 float completionPercentage, off_t bytes, off_t totalBytes) in ProgressPackageDownloadActive() argument
H A DUpdateManager.cpp250 float completionValue, off_t bytes, off_t totalBytes) in ProgressPackageDownloadActive() argument
/haiku/src/servers/package/
H A DPackageManager.h69 off_t bytes, off_t totalBytes);
H A DPackageManager.cpp327 float completionPercentage, off_t bytes, off_t totalBytes) in ProgressPackageDownloadActive() argument
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageManager.h82 off_t bytes, off_t totalBytes);
H A DPackageManager.cpp395 float completionPercentage, off_t bytes, off_t totalBytes) in ProgressPackageDownloadActive() argument
/haiku/src/system/kernel/debug/
H A Ddebug_commands.cpp118 size_t totalBytes = vsnprintf(fBuffer + fBufferSize, in Print() local
120 fBufferSize += std::min(totalBytes, in Print()
/haiku/src/kits/mail/
H A DMailProtocol.cpp482 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 DPackageManager.h323 off_t bytes, off_t totalBytes);
/haiku/src/kits/package/manager/
H A DPackageManager.cpp1185 off_t totalBytes) in ProgressPackageDownloadActive() argument