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

/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATATracing.cpp23 size_t totalBytes = vsnprintf(sTraceBuffer + sTraceBufferOffset, local
25 sTraceBufferOffset += std::min(totalBytes,
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp67 off_t totalBytes = message->GetInt64(UrlEventData::TotalBytes, -1); local
69 if (totalBytes == -1)
72 output << " (" << totalBytes << " total)"; local
101 off_t totalBytes = message->GetInt64(UrlEventData::TotalBytes, -1); local
103 if (totalBytes == -1)
106 output << " (" << totalBytes << " total)"; local
/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) argument
336 SetTotalItemsSize(totalBytes);
/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)
198 ProgressPackageDownloadActive(const char* packageName, float completionPercentage, off_t bytes, off_t totalBytes) argument
H A DUpdateManager.cpp250 float completionValue, off_t bytes, off_t totalBytes)
249 ProgressPackageDownloadActive(const char* packageName, float completionValue, off_t bytes, off_t totalBytes) argument
/haiku/src/bin/pkgman/
H A DPackageManager.h51 off_t bytes, off_t totalBytes);
H A DPackageManager.cpp192 float completionPercentage, off_t bytes, off_t totalBytes)
194 if (bytes == totalBytes)
195 fLastBytes = totalBytes;
234 string_for_size(totalBytes, totalBuffer, sizeof(totalBuffer)),
191 ProgressPackageDownloadActive(const char* packageName, float completionPercentage, off_t bytes, off_t totalBytes) argument
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp446 size_t totalBytes = snprintf(string + *index, bufferSize - *index, local
448 *index += std::min(totalBytes, (size_t)(bufferSize - *index - 1));
455 size_t totalBytes = snprintf(string + *index, bufferSize - *index, local
457 *index += std::min(totalBytes, (size_t)(bufferSize - *index - 1));
464 size_t totalBytes = snprintf(string + *index, local
466 *index += std::min(totalBytes,
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h157 off_t totalBytes);
163 off_t totalBytes) = 0;
/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)
326 ProgressPackageDownloadActive(const char* packageName, float completionPercentage, off_t bytes, off_t totalBytes) argument
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageManager.h82 off_t bytes, off_t totalBytes);
H A DPackageManager.cpp384 float completionPercentage, off_t bytes, off_t totalBytes)
383 ProgressPackageDownloadActive(const char* packageName, float completionPercentage, off_t bytes, off_t totalBytes) argument
/haiku/src/kits/mail/
H A DMailProtocol.cpp482 BOutboundMailProtocol::SendMessages(const BMessage& files, off_t totalBytes) argument
486 message.AddInt64("bytes", totalBytes);
/haiku/src/system/kernel/debug/
H A Ddebug_commands.cpp118 size_t totalBytes = vsnprintf(fBuffer + fBufferSize, local
120 fBufferSize += std::min(totalBytes,
/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)
1183 ProgressPackageDownloadActive( const char* packageName, float completionPercentage, off_t bytes, off_t totalBytes) argument

Completed in 169 milliseconds