#include <zlib_util.h>
Data Fields | |
gconstpointer | in |
Buffer being compressed. | |
gint | inlen |
Length of input buffer. | |
gpointer | out |
Compressed data. | |
gint | outlen |
Length of ouput buffer. | |
gint | inlen_total |
Total input length seen. | |
gpointer | opaque |
Internal data structures. | |
gboolean | allocated |
Whether output buffer was allocated or static. |
|
Whether output buffer was allocated or static.
|
|
Buffer being compressed.
|
|
Length of input buffer.
|
|
Total input length seen.
|
|
Internal data structures.
|
|
Compressed data.
|
|
Length of ouput buffer.
|