Searched refs:get2LE (Results 1 – 4 of 4) 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()339 pEntry->compression = get2LE(ptr + CENHOW); in parseZipArchive()345 pEntry->versionMadeBy = get2LE(ptr + CENVEM); in parseZipArchive()372 + get2LE(localHdr + LOCNAM) + get2LE(localHdr + LOCEXT); in parseZipArchive()
72 INLINE unsigned short get2LE(unsigned char const* pSrc) in get2LE() function
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()339 pEntry->compression = get2LE(ptr + CENHOW); in parseZipArchive()345 pEntry->versionMadeBy = get2LE(ptr + CENVEM); in parseZipArchive()371 + get2LE(localHdr + LOCNAM) + get2LE(localHdr + LOCEXT); in parseZipArchive()