Searched refs:getShortLE (Results 1 – 6 of 6) sorted by relevance
423 mVersionToExtract = ZipEntry::getShortLE(&buf[0x04]); in read()424 mGPBitFlag = ZipEntry::getShortLE(&buf[0x06]); in read()425 mCompressionMethod = ZipEntry::getShortLE(&buf[0x08]); in read()426 mLastModFileTime = ZipEntry::getShortLE(&buf[0x0a]); in read()427 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]); in read()431 mFileNameLength = ZipEntry::getShortLE(&buf[0x1a]); in read()432 mExtraFieldLength = ZipEntry::getShortLE(&buf[0x1c]); in read()559 mVersionMadeBy = ZipEntry::getShortLE(&buf[0x04]); in read()560 mVersionToExtract = ZipEntry::getShortLE(&buf[0x06]); in read()561 mGPBitFlag = ZipEntry::getShortLE(&buf[0x08]); in read()[all …]
1338 mDiskNumber = ZipEntry::getShortLE(&buf[0x04]); in readBuf()1339 mDiskWithCentralDir = ZipEntry::getShortLE(&buf[0x06]); in readBuf()1340 mNumEntries = ZipEntry::getShortLE(&buf[0x08]); in readBuf()1341 mTotalNumEntries = ZipEntry::getShortLE(&buf[0x0a]); in readBuf()1344 mCommentLen = ZipEntry::getShortLE(&buf[0x14]); in readBuf()
113 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()
140 fileNameLength = ZipEntry::getShortLE(&buf[0x1c]); in rewrite()141 extraFieldLength = ZipEntry::getShortLE(&buf[0x1e]); in rewrite()142 fileCommentLength = ZipEntry::getShortLE(&buf[0x20]); in rewrite()
53 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE() function