GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
Go to the source code of this file.
Functions | |
int | G_bz2_compress_bound (int src_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) |
int G_bz2_compress | ( | unsigned char * | src, |
int | src_sz, | ||
unsigned char * | dst, | ||
int | dst_sz | ||
) |
Definition at line 85 of file cmprbzip.c.
References _, dst, err(), G_bz2_compress_bound(), G_calloc, G_fatal_error(), G_free(), G_warning(), NULL, and src.
int G_bz2_compress_bound | ( | int | src_sz | ) |
Definition at line 72 of file cmprbzip.c.
Referenced by G_bz2_compress().
int G_bz2_expand | ( | unsigned char * | src, |
int | src_sz, | ||
unsigned char * | dst, | ||
int | dst_sz | ||
) |
Definition at line 168 of file cmprbzip.c.
References _, dst, err(), G_fatal_error(), G_warning(), NULL, and src.