#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <H5PLextern.h>
Go to the source code of this file.
|
| size_t | lz4_filter (unsigned int flags, size_t cd_nelmts, const unsigned int cd_values[], size_t nbytes, size_t *buf_size, void **buf) |
| |
◆ LZ4_FILTER
◆ lz4_filter()
| size_t lz4_filter |
( |
unsigned int |
flags, |
|
|
size_t |
cd_nelmts, |
|
|
const unsigned int |
cd_values[], |
|
|
size_t |
nbytes, |
|
|
size_t * |
buf_size, |
|
|
void ** |
buf |
|
) |
| |
◆ H5Z_LZ4
| const H5Z_class2_t H5Z_LZ4[1] |
Initial value:= {{
H5Z_CLASS_T_VERS,
1,
1,
"HDF5 lz4 filter; see http://www.hdfgroup.org/services/contributions.html",
NULL,
NULL,
}}
size_t lz4_filter(unsigned int flags, size_t cd_nelmts, const unsigned int cd_values[], size_t nbytes, size_t *buf_size, void **buf)
#define LZ4_FILTER
Definition: h5zlz4.h:39