Searched refs:ZLIB_COMPRESSION (Results 1 – 11 of 11) sorted by relevance
41 if (options.compression_type == io::RecordWriterOptions::ZLIB_COMPRESSION) { in GetMatchingReaderOptions()110 options.compression_type = io::RecordWriterOptions::ZLIB_COMPRESSION; in TEST()173 options.compression_type = io::RecordWriterOptions::ZLIB_COMPRESSION; in TEST()186 options.compression_type = io::RecordReaderOptions::ZLIB_COMPRESSION; in TEST()208 options.compression_type = io::RecordWriterOptions::ZLIB_COMPRESSION; in TEST()
27 return options.compression_type == RecordWriterOptions::ZLIB_COMPRESSION; in IsZlibCompressed()35 options.compression_type = io::RecordWriterOptions::ZLIB_COMPRESSION; in CreateRecordWriterOptions()43 options.compression_type = io::RecordWriterOptions::ZLIB_COMPRESSION; in CreateRecordWriterOptions()
35 options.compression_type = io::RecordReaderOptions::ZLIB_COMPRESSION; in CreateRecordReaderOptions()43 options.compression_type = io::RecordReaderOptions::ZLIB_COMPRESSION; in CreateRecordReaderOptions()66 if (options.compression_type == RecordReaderOptions::ZLIB_COMPRESSION) { in RecordReader()
38 enum CompressionType { NONE = 0, ZLIB_COMPRESSION = 1 }; enumerator
37 enum CompressionType { NONE = 0, ZLIB_COMPRESSION = 1 }; enumerator
30 ZLIB_COMPRESSION, "gzip"
275 #define ZLIB_COMPRESSION 1 macro
497 .id = ZLIB_COMPRESSION,
214 #define ZLIB_COMPRESSION 1 macro
215 #define ZLIB_COMPRESSION 1 macro
60 if (comp != ZLIB_COMPRESSION) in supported_squashfs_filesystem()