79 _(
"GRASS needs to be compiled with ZSTD for ZSTD compression"));
94 _(
"GRASS needs to be compiled with ZSTD for ZSTD compression"));
122 "G_zstd_compress(): programmer error, destination is too small");
169 _(
"GRASS needs to be compiled with ZSTD for ZSTD compression"));
206 G_warning(
_(
"Got uncompressed size %d, expected %d"), (
int)nbytes,
int G_zstd_compress_bound(int src_sz)
int G_zstd_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)
void G_free(void *)
Free allocated memory.
void void void void G_fatal_error(const char *,...) __attribute__((format(printf
void G_warning(const char *,...) __attribute__((format(printf
SYMBOL * err(FILE *fp, SYMBOL *s, char *msg)