Searched defs:totalBytes (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dmztools.c43 uLong totalBytes = 0; local
129 totalBytes += dataSize;
284 *bytesRecovered = totalBytes;
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c264 UInt64 *totalBytes) /* can be NULL */
271 (((NULL != freeBytes) || (NULL != totalBytes)) ? kFSVolInfoSizes : kFSVolInfoNone),
279 if ( NULL != totalBytes )
281 *totalBytes = info.totalBytes;
260 FSGetVInfo( FSVolumeRefNum volume, HFSUniStr255 *volumeName, UInt64 *freeBytes, UInt64 *totalBytes) argument

Completed in 84 milliseconds