#include "Python.h"
#include "roslz4/lz4s.h"
Go to the source code of this file.
◆ GETSTATE
#define GETSTATE |
( |
|
m | ) |
(&_state) |
◆ INITERROR
◆ compress_impl()
static PyObject* compress_impl |
( |
LZ4Compressor * |
self, |
|
|
Py_buffer * |
input, |
|
|
PyObject * |
output |
|
) |
| |
|
static |
◆ grow_buffer()
static int grow_buffer |
( |
PyObject ** |
buf | ) |
|
|
static |
◆ init_roslz4()
void init_roslz4 |
( |
void |
| ) |
|
◆ LZ4Compressor_compress()
static PyObject* LZ4Compressor_compress |
( |
LZ4Compressor * |
self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ LZ4Compressor_dealloc()
◆ LZ4Compressor_flush()
static PyObject* LZ4Compressor_flush |
( |
LZ4Compressor * |
self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ LZ4Compressor_init()
static int LZ4Compressor_init |
( |
LZ4Compressor * |
self, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
◆ LZ4Decompressor_dealloc()
◆ LZ4Decompressor_decompress()
static PyObject* LZ4Decompressor_decompress |
( |
LZ4Decompressor * |
self, |
|
|
PyObject * |
args |
|
) |
| |
|
static |
◆ LZ4Decompressor_init()
static int LZ4Decompressor_init |
( |
LZ4Decompressor * |
self, |
|
|
PyObject * |
args, |
|
|
PyObject * |
kwds |
|
) |
| |
|
static |
◆ _state
◆ LZ4Compressor_methods
PyMethodDef LZ4Compressor_methods[] |
|
static |
◆ LZ4Compressor_Type
PyTypeObject LZ4Compressor_Type |
|
static |
◆ LZ4Decompressor_methods
PyMethodDef LZ4Decompressor_methods[] |
|
static |
◆ LZ4Decompressor_Type
PyTypeObject LZ4Decompressor_Type |
|
static |