HomeSort by: relevance | last modified time | path
    Searched defs:deflate_index_extract (Results 1 - 1 of 1) sorted by relevancy

  /src/common/dist/zlib/examples/
zran.c 49 // lookahead to avoid many calls to deflate_index_extract() for small lengths.
330 ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index, function in typeref:typename:ptrdiff_t
461 // Demonstrate the use of deflate_index_build() and deflate_index_extract() by
518 ptrdiff_t got = deflate_index_extract(in, index, offset, buf, LEN);

Completed in 11 milliseconds