KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
Loading...
Searching...
No Matches
Data Fields
KlDecompressStream Struct Reference

Decompression stream handle. More...

#include <decompress.h>

Collaboration diagram for KlDecompressStream:
Collaboration graph
[legend]

Data Fields

KlDecompressdecomp
 
KlAllocatoralloc
 
int error
 

Detailed Description

Decompression stream handle.

Wraps a decompression session for streaming use. Caller-owned struct initialized by kl_decompress_stream_init.

Field Documentation

◆ decomp

KlDecompress* KlDecompressStream::decomp

Decompression session (owned)

◆ alloc

KlAllocator* KlDecompressStream::alloc

For destroying decomp

◆ error

int KlDecompressStream::error

Sticky error flag


The documentation for this struct was generated from the following file: