Home
last modified time | relevance | path

Searched refs:zlib_deflate (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.h32 enum class compression_types { zlib_deflate, lz4, lzma, lzfse, none }; enumerator
H A DRNBRemote.cpp638 case compression_types::zlib_deflate: in CompressString()
663 if (compression_type == compression_types::zlib_deflate) { in CompressString()
4451 EnableCompressionNextSendPacket(compression_types::zlib_deflate); in HandlePacket_QEnableCompression()