Searched defs:build_index (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/examples/
H A Dzran.c18 point in the uncompressed stream. build_index() works by decompressing the
76 /* Deallocate an index built by build_index() */
135 of the first zlib or gzip stream in the file is ignored. build_index()
139 local int build_index(FILE *in, off_t span, struct access **built) function
346 /* Demonstrate the use of build_index() and extract() by processing the file
369 len = build_index(in, SPAN, &index);

Completed in 33 milliseconds