OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deflate_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/examples/
zran.h
18
struct
deflate_index
{
struct
34
int deflate_index_build(FILE *in, off_t span, struct
deflate_index
**built);
47
ptrdiff_t deflate_index_extract(FILE *in, struct
deflate_index
*index,
51
void deflate_index_free(struct
deflate_index
*index);
zran.c
68
void deflate_index_free(struct
deflate_index
*index) {
79
static struct
deflate_index
*add_point(struct
deflate_index
*index, int bits,
84
index = malloc(sizeof(struct
deflate_index
));
132
int deflate_index_build(FILE *in, off_t span, struct
deflate_index
**built) {
144
struct
deflate_index
*index = NULL; // list of access points
330
ptrdiff_t deflate_index_extract(FILE *in, struct
deflate_index
*index,
490
struct
deflate_index
*index = NULL;
Completed in 13 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025