Home | History | Annotate | Download | only in minzip

Lines Matching refs:compression

95         pEntry->compLen, pEntry->uncompLen, pEntry->compression);
339 pEntry->compression = get2LE(ptr + CENHOW);
612 switch (pEntry->compression) {
620 LOGE("Unsupported compression type %d for entry '%s'\n",
621 pEntry->compression, pEntry->fileName);
746 if (pEntry->compression != STORED) {