Searched refs:get2LE (Results 1 – 2 of 2) sorted by relevance
229 numEntries = get2LE(ptr + ENDSUB); in parseZipArchive()265 fileNameLen = get2LE(ptr + CENNAM); in parseZipArchive()266 extraLen = get2LE(ptr + CENEXT); in parseZipArchive()267 commentLen = get2LE(ptr + CENCOM); in parseZipArchive()335 pEntry->compression = get2LE(ptr + CENHOW); in parseZipArchive()341 pEntry->versionMadeBy = get2LE(ptr + CENVEM); in parseZipArchive()368 + get2LE(localHdr + LOCNAM) + get2LE(localHdr + LOCEXT); in parseZipArchive()
72 INLINE unsigned short get2LE(unsigned char const* pSrc) in get2LE() function