Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
#include "gzguts.h"
Go to the source code of this file.
Functions | |
static int | gz_load () |
static int | gz_avail () |
static int | gz_look () |
static int | gz_decomp () |
static int | gz_fetch () |
static int | gz_skip () |
static int | gz_load (gz_statep state, unsigned char *buf, unsigned len, unsigned *have) |
static int | gz_avail (gz_statep state) |
static int | gz_look (gz_statep state) |
static int | gz_decomp (gz_statep state) |
static int | gz_fetch (gz_statep state) |
static int | gz_skip (gz_statep state, long len) |
int | gzread (gzFile file, voidp buf, unsigned len) |
int | gzgetc (gzFile file) |
int | gzgetc_ (gzFile file) |
int | gzungetc (int c, gzFile file) |
char * | gzgets (gzFile file, char *buf, int len) |
int | gzdirect (gzFile file) |
int | gzclose_r (gzFile file) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |