#include <grass/config.h>
#include <grass/gis.h>
Go to the source code of this file.
|
typedef int | compress_fn(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz) |
|
typedef int | expand_fn(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz) |
|
§ compress_fn
typedef int compress_fn(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz) |
§ expand_fn
typedef int expand_fn(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz) |
§ compressor
Initial value:= {
{1, G_zlib_compress, G_zlib_expand, "ZLIB"},
}
int G_lz4_expand(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_rle_compress(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_rle_expand(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_no_expand(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_lz4_compress(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_no_compress(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_bz2_compress(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_bz2_expand(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
Definition at line 41 of file compress.h.
Referenced by G_compressor_number().