Searched refs:getShortLE (Results 1 – 6 of 6) sorted by relevance
421 mVersionToExtract = ZipEntry::getShortLE(&buf[0x04]); in read()422 mGPBitFlag = ZipEntry::getShortLE(&buf[0x06]); in read()423 mCompressionMethod = ZipEntry::getShortLE(&buf[0x08]); in read()424 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0a]); in read()425 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]); in read()429 mFileNameLength = ZipEntry::getShortLE(&buf[0x1a]); in read()430 mExtraFieldLength = ZipEntry::getShortLE(&buf[0x1c]); in read()557 mVersionMadeBy = ZipEntry::getShortLE(&buf[0x04]); in read()558 mVersionToExtract = ZipEntry::getShortLE(&buf[0x06]); in read()559 mGPBitFlag = ZipEntry::getShortLE(&buf[0x08]); in read()[all …]
1316 mDiskNumber = ZipEntry::getShortLE(&buf[0x04]); in readBuf()1317 mDiskWithCentralDir = ZipEntry::getShortLE(&buf[0x06]); in readBuf()1318 mNumEntries = ZipEntry::getShortLE(&buf[0x08]); in readBuf()1319 mTotalNumEntries = ZipEntry::getShortLE(&buf[0x0a]); in readBuf()1322 mCommentLen = ZipEntry::getShortLE(&buf[0x14]); in readBuf()
112 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE() function
227 diskNumber = ZipEntry::getShortLE(&buf[0x04]); in readBuf()228 diskWithCentralDir = ZipEntry::getShortLE(&buf[0x06]); in readBuf()229 numEntries = ZipEntry::getShortLE(&buf[0x08]); in readBuf()230 mTotalNumEntries = ZipEntry::getShortLE(&buf[0x0a]); in readBuf()
142 fileNameLength = ZipEntry::getShortLE(&buf[0x1c]); in rewrite()143 extraFieldLength = ZipEntry::getShortLE(&buf[0x1e]); in rewrite()144 fileCommentLength = ZipEntry::getShortLE(&buf[0x20]); in rewrite()
53 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE() function