Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/zipfile/
Dzipfile.c95 UINT16 mCommentLen; member
115 UINT16 mCommentLen; member
239 return sizeof(ZIP_FILECDS) + apCDS->mFileNameLen + apCDS->mExtraLen + apCDS->mCommentLen; in sZIP_CDSBytes()
268 apCDS->mCommentLen = SWAP16(apCDS->mCommentLen); in sZIP_SwapCDS()
284 apTail->mCommentLen = SWAP16(apTail->mCommentLen); in sZIP_SwapCDS_TAIL()
336 chk = sizeof(cdsTail) + cdsTail.mCommentLen; in sEat_CDSTail()