GRASS GIS 7 Programmer's Manual
7.8.5(2020)-exported
|
#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) |
|
typedef int | bound_fn(int src_sz) |
|
◆ bound_fn
typedef int bound_fn(int src_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) |
◆ G_bz2_compress_bound()
int G_bz2_compress_bound |
( |
int |
| ) |
|
◆ G_lz4_compress_bound()
int G_lz4_compress_bound |
( |
int |
| ) |
|
◆ G_no_compress_bound()
int G_no_compress_bound |
( |
int |
| ) |
|
◆ G_rle_compress_bound()
int G_rle_compress_bound |
( |
int |
| ) |
|
◆ G_zlib_compress_bound()
int G_zlib_compress_bound |
( |
int |
| ) |
|
◆ G_zstd_compress_bound()
int G_zstd_compress_bound |
( |
int |
| ) |
|
◆ compressor
int G_lz4_compress_bound(int)
int G_zstd_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)
int G_rle_compress(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_no_compress_bound(int)
int G_zlib_compress_bound(int)
int G_bz2_compress(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_zstd_expand(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_rle_compress_bound(int)
int G_zstd_compress_bound(int)
int G_no_expand(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_bz2_compress_bound(int)
int G_lz4_expand(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)