Searched refs:uncompLen (Results 1 – 3 of 3) sorted by relevance
92 char* script = malloc(script_entry->uncompLen+1); in main()93 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) { in main()97 script[script_entry->uncompLen] = '\0'; in main()
37 long uncompLen; member92 return pEntry->uncompLen; in mzGetZipEntryUncompLen()
95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);334 pEntry->uncompLen = get4LE(ptr + CENLEN); in parseZipArchive()501 return processFunction(pArchive->addr + pEntry->offset, pEntry->uncompLen, cookie); in processStoredEntry()582 if (result != pEntry->uncompLen) { in processDeflatedEntry()585 result, pEntry->uncompLen); in processDeflatedEntry()