Home | History | Annotate | Download | only in minzip

Lines Matching refs:compression

95         pEntry->compLen, pEntry->uncompLen, pEntry->compression);
339 pEntry->compression = get2LE(ptr + CENHOW);
685 switch (pEntry->compression) {
693 LOGE("Unsupported compression type %d for entry '%s'\n",
694 pEntry->compression, pEntry->fileName);