Lines Matching defs:ZIP_LZMA
40 "ZIP_STORED", "ZIP_DEFLATED", "ZIP_BZIP2", "ZIP_LZMA",
65 ZIP_LZMA = 14
475 elif self.compress_type == ZIP_LZMA:
707 elif compression == ZIP_LZMA:
724 # compresslevel is ignored for ZIP_LZMA
725 elif compress_type == ZIP_LZMA:
739 elif compress_type == ZIP_LZMA:
1233 ZIP_BZIP2 (requires bz2) or ZIP_LZMA (requires lzma).
1239 When using ZIP_STORED or ZIP_LZMA this keyword has no effect.
1640 if zinfo.compress_type == ZIP_LZMA:
1873 if zinfo.compress_type == ZIP_LZMA:
1946 elif zinfo.compress_type == ZIP_LZMA: