Searched refs:getLongLE (Results 1 – 6 of 6) sorted by relevance
397 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()408 mCRC32 = ZipEntry::getLongLE(&buf[0x0e]); in read()409 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]); in read()410 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]); in read()533 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()545 mCRC32 = ZipEntry::getLongLE(&buf[0x10]); in read()546 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]); in read()547 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]); in read()553 mExternalAttrs = ZipEntry::getLongLE(&buf[0x26]); in read()554 mLocalHeaderRelOffset = ZipEntry::getLongLE(&buf[0x2a]); in read()
254 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature) in readCentralDir()332 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) { in readCentralDir()1231 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) in readBuf()1238 mCentralDirSize = ZipEntry::getLongLE(&buf[0x0c]); in readBuf()1239 mCentralDirOffset = ZipEntry::getLongLE(&buf[0x10]); in readBuf()
119 static inline unsigned long getLongLE(const unsigned char* buf) { in getLongLE() function
405 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()416 mCRC32 = ZipEntry::getLongLE(&buf[0x0e]); in read()417 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]); in read()418 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]); in read()541 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) { in read()553 mCRC32 = ZipEntry::getLongLE(&buf[0x10]); in read()554 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]); in read()555 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]); in read()561 mExternalAttrs = ZipEntry::getLongLE(&buf[0x26]); in read()562 mLocalHeaderRelOffset = ZipEntry::getLongLE(&buf[0x2a]); in read()
257 ZipEntry::getLongLE(&buf[i]) == EndOfCentralDir::kSignature) in readCentralDir()335 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) { in readCentralDir()1241 if (ZipEntry::getLongLE(&buf[0x00]) != kSignature) in readBuf()1248 mCentralDirSize = ZipEntry::getLongLE(&buf[0x0c]); in readBuf()1249 mCentralDirOffset = ZipEntry::getLongLE(&buf[0x10]); in readBuf()
121 static inline unsigned long getLongLE(const unsigned char* buf) { in getLongLE() function