Searched defs:dataSize (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dmztools.c119 int dataSize = cpsize; local
120 if (dataSize == 0) {
121 dataSize = uncpsize;
123 if (dataSize > 0) {
124 char* data = malloc(dataSize);
126 if ((int)fread(data, 1, dataSize, fpZip) == dataSize) {
127 if ((int)fwrite(data, 1, dataSize, fpOut) == dataSize) {
128 offset += dataSize;
[all...]
H A Dunzip.c1030 uLong dataSize; local
1035 if (unz64local_getShort(&s->z_filefunc, s->filestream,&dataSize) != UNZ_OK)
1072 if (ZSEEK64(s->z_filefunc, s->filestream,dataSize,ZLIB_FILEFUNC_SEEK_CUR)!=0)
1076 acc += 2 + 2 + dataSize;
H A Dzip.c1958 short dataSize; local
1971 dataSize = *(((short*)p)+1);
1975 p += dataSize + 4; // skip it. do not copy to temp buffer
1980 memcpy(pTmp, p, dataSize + 4);
1981 p += dataSize + 4;
1982 size += dataSize + 4;
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl.cpp236 long dataSize, rsrcSize; local
237 if (FSpGetFileSize(&gOutputFile, &dataSize, &rsrcSize) == noErr)
238 objectData.idatasize = dataSize;
323 long dataSize= 0, rsrcSize = 0; local
328 if (FSpGetFileSize(&filespec, &dataSize, &rsrcSize) != noErr)
330 return dataSize;
H A Dmac_xpt_linker.cpp184 long dataSize, rsrcSize; local
185 if (FSpGetFileSize(&fileSpec, &dataSize, &rsrcSize) != noErr)
186 dataSize = 0;
187 return dataSize;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.h137 int dataSize; member in struct:_MEM_HANDLE
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp1594 PRUint32 dataSize = aPersistentDescriptor.Length(); local
1595 char* decodedData = PL_Base64Decode(PromiseFlatCString(aPersistentDescriptor).get(), dataSize, nsnull);
1604 if (aliasSize > ((PRInt32)dataSize * 3) / 4) { // be paranoid about having too few data
H A DnsLocalFileMac.cpp1915 long dataSize = mCachedCatInfo.hFileInfo.ioFlLgLen; local
1929 LL_I2L(dataInt64, dataSize);
2452 PRUint32 dataSize = aPersistentDescriptor.Length(); local
2453 char* decodedData = PL_Base64Decode(PromiseFlatCString(aPersistentDescriptor).get(), dataSize, nsnull);
2456 if (::PtrToHand(decodedData, &(Handle)aliasH, (dataSize * 3) / 4) != noErr)
3292 long dataSize = 0; local
3295 OSErr err = FSpGetFileSize(&mTargetSpec, &dataSize, &resSize);
3306 LL_I2L(dataInt64, dataSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h1009 /// [size_is(dataSize)] BYTE* data;
1016 UINT32 dataSize; member in struct:tdTPM_SEALED_DATA
1027 UINT16 dataSize; member in struct:tdTPM_SYMMETRIC_KEY
1717 UINT32 dataSize; member in struct:tdTPM_NV_DATA_PUBLIC

Completed in 98 milliseconds