Searched refs:COMPRESSION_LZ4 (Results 1 – 4 of 4) sorted by relevance
11 COMPRESSION_LZ4, enumerator71 case COMPRESSION_LZ4: in compress_blob_explicit()90 case COMPRESSION_LZ4: in compress_stream()103 case COMPRESSION_LZ4: in default_compression_extension()
63 [COMPRESSION_LZ4] = "LZ4",131 return COMPRESSION_LZ4; in compress_blob_lz4()325 else if (compression == COMPRESSION_LZ4) in decompress_blob()536 else if (compression == COMPRESSION_LZ4) in decompress_startswith()711 return COMPRESSION_LZ4; in compress_stream_lz4()
274 return COMPRESSION_LZ4; in COMPRESSION_FROM_OBJECT()286 case COMPRESSION_LZ4: in COMPRESSION_TO_OBJECT_FLAG()299 case COMPRESSION_LZ4: in COMPRESSION_TO_HEADER_INCOMPATIBLE_FLAG()
323 test_compress_decompress(COMPRESSION_LZ4, "LZ4", in main()326 test_compress_decompress(COMPRESSION_LZ4, "LZ4", in main()340 test_compress_stream(COMPRESSION_LZ4, "LZ4", "lz4cat", in main()