Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.c251 unsigned int fileNameLen, extraLen, commentLen, localHdrOffset; in parseZipArchive() local
267 commentLen = get2LE(ptr + CENCOM); in parseZipArchive()
391 ptr += CENHDR + fileNameLen + extraLen + commentLen; in parseZipArchive()