Searched refs:uncompLen (Results 1 – 3 of 3) sorted by relevance
83 char* script = malloc(script_entry->uncompLen+1); in main()84 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) { in main()88 script[script_entry->uncompLen] = '\0'; in main()
37 long uncompLen; member128 return pEntry->uncompLen; in mzGetZipEntryUncompLen()
95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);338 pEntry->uncompLen = get4LE(ptr + CENLEN); in parseZipArchive()653 if (result != pEntry->uncompLen) { in processDeflatedEntry()656 result, pEntry->uncompLen); in processDeflatedEntry()1080 if (pEntry->uncompLen == 0) { in mzExtractRecursive()1086 char *linkTarget = malloc(pEntry->uncompLen + 1); in mzExtractRecursive()1092 pEntry->uncompLen); in mzExtractRecursive()1099 linkTarget[pEntry->uncompLen] = '\0'; in mzExtractRecursive()