Lines Matching refs:get4LE
199 val = get4LE(pArchive->addr); in parseZipArchive()
215 if (*ptr == (ENDSIG & 0xff) && get4LE(ptr) == ENDSIG) in parseZipArchive()
230 cdOffset = get4LE(ptr + ENDOFF); in parseZipArchive()
259 if (get4LE(ptr) != CENSIG) { in parseZipArchive()
264 localHdrOffset = get4LE(ptr + CENOFF); in parseZipArchive()
333 pEntry->compLen = get4LE(ptr + CENSIZ); in parseZipArchive()
334 pEntry->uncompLen = get4LE(ptr + CENLEN); in parseZipArchive()
336 pEntry->modTime = get4LE(ptr + CENTIM); in parseZipArchive()
337 pEntry->crc32 = get4LE(ptr + CENCRC); in parseZipArchive()
349 pEntry->externalFileAttributes = get4LE(ptr + CENATX); in parseZipArchive()
363 if (get4LE(localHdr) != LOCSIG) { in parseZipArchive()