Home
last modified time | relevance | path

Searched refs:CENHDR (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DZip.c33 CENHDR = 46, enumerator
255 if (ptr + CENHDR > (const unsigned char*)pMap->addr + pMap->length) { in parseZipArchive()
268 fileName = (const char*)ptr + CENHDR; in parseZipArchive()
391 ptr += CENHDR + fileNameLen + extraLen + commentLen; in parseZipArchive()
/OK3568_Linux_fs/external/recovery/minzip/
H A DZip.c33 CENHDR = 46, enumerator
255 if (ptr + CENHDR > (const unsigned char*)pMap->addr + pMap->length) { in parseZipArchive()
268 fileName = (const char*)ptr + CENHDR; in parseZipArchive()
390 ptr += CENHDR + fileNameLen + extraLen + commentLen; in parseZipArchive()