#include <stdio.h>#include "zlib.h"

Go to the source code of this file.
Classes | |
| struct | deflate_index |
Functions | |
| int | deflate_index_build (FILE *in, off_t span, struct deflate_index **built) |
| int | deflate_index_extract (FILE *in, struct deflate_index *index, off_t offset, unsigned char *buf, int len) |
| void | deflate_index_free (struct deflate_index *index) |
| int deflate_index_build | ( | FILE * | in, |
| off_t | span, | ||
| struct deflate_index ** | built | ||
| ) |
Definition at line 135 of file zlib/examples/zran.c.
| int deflate_index_extract | ( | FILE * | in, |
| struct deflate_index * | index, | ||
| off_t | offset, | ||
| unsigned char * | buf, | ||
| int | len | ||
| ) |
Definition at line 248 of file zlib/examples/zran.c.
| void deflate_index_free | ( | struct deflate_index * | index | ) |
Definition at line 76 of file zlib/examples/zran.c.