|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <grass/config.h>#include <zlib.h>#include <grass/gis.h>#include <grass/glocale.h>#include "G.h"
Go to the source code of this file.
Functions | |
| int | G_zlib_compress_bound (int src_sz) |
| int | G_zlib_compress (unsigned char *src, int src_sz, unsigned char *dst, int dst_sz) |
| int | G_zlib_expand (unsigned char *src, int src_sz, unsigned char *dst, int dst_sz) |
| int G_zlib_compress | ( | unsigned char * | src, |
| int | src_sz, | ||
| unsigned char * | dst, | ||
| int | dst_sz | ||
| ) |
Definition at line 87 of file cmprzlib.c.
| int G_zlib_compress_bound | ( | int | src_sz | ) |
Definition at line 76 of file cmprzlib.c.
| int G_zlib_expand | ( | unsigned char * | src, |
| int | src_sz, | ||
| unsigned char * | dst, | ||
| int | dst_sz | ||
| ) |
Definition at line 165 of file cmprzlib.c.