Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.h32 enum class compression_types { zlib_deflate, lz4, lzma, lzfse, none }; enumerator
H A DRNBRemote.cpp642 case compression_types::zlib_deflate: in CompressString()
667 if (compression_type == compression_types::zlib_deflate) { in CompressString()
4455 EnableCompressionNextSendPacket(compression_types::zlib_deflate); in HandlePacket_QEnableCompression()
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_gpu_error.c346 if (zlib_deflate(zstream, Z_NO_FLUSH) != Z_OK) in compress_page()
365 switch (zlib_deflate(zstream, Z_FINISH)) { in compress_flush()