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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/
H A Dmztools.c43 uLong totalBytes = 0; local
129 totalBytes += dataSize;
284 *bytesRecovered = totalBytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dmztools.c43 uLong totalBytes = 0; local
119 totalBytes += dataSize;
274 *bytesRecovered = totalBytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dmztools.c43 uLong totalBytes = 0; local
119 totalBytes += dataSize;
274 *bytesRecovered = totalBytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/minizip/
H A Dmztools.c43 uLong totalBytes = 0; local
129 totalBytes += dataSize;
284 *bytesRecovered = totalBytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacstuff.c1474 UnsignedWide *totalBytes)
1495 /* return the freeBytes and totalBytes */
1496 *totalBytes = pb.ioVTotalBytes;
1505 result = HGetVInfo(volReference, volName, vRefNum, &freeBytes->lo, &totalBytes->lo);
1508 /* zero the high longs of totalBytes and freeBytes */
1509 totalBytes->hi = 0;
1524 unsigned long *totalBytes)
1592 /* Now, calculate freeBytes and totalBytes using unsigned values */
1594 *totalBytes = numAllocationBlocks * allocationBlockSize;
1470 XGetVInfo(short volReference, StringPtr volName, short *vRefNum, UnsignedWide *freeBytes, UnsignedWide *totalBytes) argument
1520 HGetVInfo(short volReference, StringPtr volName, short *vRefNum, unsigned long *freeBytes, unsigned long *totalBytes) argument
H A Dpathname.c271 UInt64 totalBytes; local
285 &totalBytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dpathname.c271 UInt64 totalBytes; local
285 &totalBytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreFilesExtras.h631 unsigned long * totalBytes);
650 totalBytes output: The total number of bytes on the volume.
651 totalBytes is an unsigned long value.
671 UInt64 * totalBytes);
690 totalBytes output: The total number of bytes on the volume.
691 totalBytes is an UnsignedWide value.
H A DMoreFilesExtras.c718 unsigned long *totalBytes)
742 *totalBytes = 0xfffffe00;
746 *totalBytes = U32SetU(totalBytes64);
759 UInt64 *totalBytes)
791 /* return the freeBytes and totalBytes */
792 *totalBytes = pb.ioVTotalBytes;
840 *totalBytes = U64Multiply(U64SetU((unsigned short)theVCB->vcbNmAlBlks), U64SetU((unsigned long)pb.ioVAlBlkSiz));
847 *totalBytes = U64Multiply(U64SetU((unsigned short)pb.ioVNmAlBlks), U64SetU((unsigned long)pb.ioVAlBlkSiz));
714 HGetVInfo(short volReference, StringPtr volName, short *vRefNum, unsigned long *freeBytes, unsigned long *totalBytes) argument
755 XGetVInfo(short volReference, StringPtr volName, short *vRefNum, UInt64 *freeBytes, UInt64 *totalBytes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFilesExtras.h631 unsigned long * totalBytes);
650 totalBytes output: The total number of bytes on the volume.
651 totalBytes is an unsigned long value.
671 UInt64 * totalBytes);
690 totalBytes output: The total number of bytes on the volume.
691 totalBytes is an UnsignedWide value.
H A DMoreFilesExtras.c718 unsigned long *totalBytes)
742 *totalBytes = 0xfffffe00;
746 *totalBytes = U32SetU(totalBytes64);
759 UInt64 *totalBytes)
791 /* return the freeBytes and totalBytes */
792 *totalBytes = pb.ioVTotalBytes;
840 *totalBytes = U64Multiply(U64SetU((unsigned short)theVCB->vcbNmAlBlks), U64SetU((unsigned long)pb.ioVAlBlkSiz));
847 *totalBytes = U64Multiply(U64SetU((unsigned short)pb.ioVNmAlBlks), U64SetU((unsigned long)pb.ioVAlBlkSiz));
714 HGetVInfo(short volReference, StringPtr volName, short *vRefNum, unsigned long *freeBytes, unsigned long *totalBytes) argument
755 XGetVInfo(short volReference, StringPtr volName, short *vRefNum, UInt64 *freeBytes, UInt64 *totalBytes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.c290 UInt64 *totalBytes) /* can be NULL */
297 (((NULL != freeBytes) || (NULL != totalBytes)) ? kFSVolInfoSizes : kFSVolInfoNone),
305 if ( NULL != totalBytes )
307 *totalBytes = info.totalBytes;
286 FSGetVInfo( FSVolumeRefNum volume, HFSUniStr255 *volumeName, UInt64 *freeBytes, UInt64 *totalBytes) argument
H A DMoreFilesX.cpp286 UInt64 *totalBytes) /* can be NULL */
293 (((NULL != freeBytes) || (NULL != totalBytes)) ? kFSVolInfoSizes : kFSVolInfoNone),
301 if ( NULL != totalBytes )
303 *totalBytes = info.totalBytes;
282 FSGetVInfo( FSVolumeRefNum volume, HFSUniStr255 *volumeName, UInt64 *freeBytes, UInt64 *totalBytes) argument
H A DMoreFilesX.h389 UInt64 *totalBytes); /* can be NULL */
402 totalBytes <** An optional pointer to a UInt64.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dutils.cpp699 UInt64 freeBytes , totalBytes; local
700 err = FSGetVInfo( vRefNum , NULL , &freeBytes , &totalBytes );
704 *pTotal = wxDiskspaceSize_t( totalBytes );

Completed in 142 milliseconds