|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|


Go to the source code of this file.
Data Structures | |
| struct | compressor_list |
Typedefs | |
| 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) |
Functions | |
| int | G_no_compress_bound (int) |
| int | G_rle_compress_bound (int) |
| int | G_zlib_compress_bound (int) |
| int | G_lz4_compress_bound (int) |
| int | G_bz2_compress_bound (int) |
| int | G_zstd_compress_bound (int) |
Variables | |
| struct compressor_list | compressor [] |
Definition at line 28 of file compress.h.
Definition at line 30 of file compress.h.
Definition at line 72 of file cmprbzip.c.
Referenced by G_bz2_compress().
Definition at line 70 of file cmprlz4.c.
References LZ4_compressBound().
Referenced by G_lz4_compress().
Definition at line 150 of file compress.c.
Definition at line 76 of file cmprzlib.c.
Referenced by G_zlib_compress().
Definition at line 72 of file cmprzstd.c.
References _, and G_fatal_error().
Referenced by G_zstd_compress().
| struct compressor_list compressor[] |
Definition at line 53 of file compress.h.
Referenced by G_check_compressor(), G_compress(), G_compress_bound(), G_compressor_name(), G_compressor_number(), and G_expand().