zlib-bindings-0.1.1.5: Low-level bindings to the zlib package.

Safe HaskellNone

Codec.Zlib.Lowlevel

Documentation

deflateInit2 :: ZStream' -> Int -> WindowBits -> Int -> Strategy -> IO ()Source

c_set_avail_in :: ZStream' -> Ptr CChar -> CUInt -> IO ()Source

c_set_avail_out :: ZStream' -> Ptr CChar -> CUInt -> IO ()Source

c_get_next_in :: ZStream' -> IO (Ptr CChar)Source

c_call_deflate_set_dictionary :: ZStream' -> Ptr CChar -> CUInt -> IO ()Source

c_call_inflate_set_dictionary :: ZStream' -> Ptr CChar -> CUInt -> IO ()Source