Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/zipfile/
Dzipfile.c70 UINT32 mCompSizeBytes; member
91 UINT32 mCompSizeBytes; member
234 …return sizeof(ZIPFILE_RAW_FILEENTRY) + apEntry->mCompSizeBytes + apEntry->mFileNameLen + apEntry->… in sZIP_EntryBytes()
250 apEntry->mCompSizeBytes = SWAP32(apEntry->mCompSizeBytes); in sZIP_SwapFILEENTRY()
264 apCDS->mCompSizeBytes = SWAP32(apCDS->mCompSizeBytes); in sZIP_SwapCDS()
301 if (entry.mUncompSizeBytes < entry.mCompSizeBytes) in sEat_FileEntry()
698 pWorkFile->mCompBytes = entry.mCompSizeBytes; in ZIPFILE_CreateDir()
749 pWorkFile->mCompBytes = entry.mCompSizeBytes; in ZIPFILE_CreateDir()