Searched defs:CENHDR (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/minzip/
H A DZip.c33 CENHDR = 46, enumerator in enum:__anon30
255 if (ptr + CENHDR > (const unsigned char*)pMap->addr + pMap->length) {
268 fileName = (const char*)ptr + CENHDR;
391 ptr += CENHDR + fileNameLen + extraLen + commentLen;

Completed in 5 milliseconds