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_build
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/examples/
zran.h
34
int
deflate_index_build
(FILE *in, off_t span, struct deflate_index **built);
41
// somehow since the index was generated, given that
deflate_index_build
() had
50
// Deallocate an index built by
deflate_index_build
().
zran.c
31
// point in the uncompressed stream.
deflate_index_build
() decompresses the
77
// access points, until it is time for
deflate_index_build
() to return. Then
132
int
deflate_index_build
(FILE *in, off_t span, struct deflate_index **built) {
function in typeref:typename:int
461
// Demonstrate the use of
deflate_index_build
() and deflate_index_extract() by
491
int len =
deflate_index_build
(in, SPAN, &index);
Completed in 36 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025