Searched refs:deflate_index_extract (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/common/dist/zlib/examples/
H A Dzran.h33 the end of the uncompressed data, then deflate_index_extract() will return a
37 input. deflate_index_extract() will return Z_ERRNO if there is an error on
39 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset,
H A Dzran.c48 some lookahead and avoid many calls to deflate_index_extract() for small
248 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset, function
406 /* Demonstrate the use of deflate_index_build() and deflate_index_extract() by
464 len = deflate_index_extract(in, index, offset, buf, LEN);
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dzran.h33 the end of the uncompressed data, then deflate_index_extract() will return a
37 input. deflate_index_extract() will return Z_ERRNO if there is an error on
39 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset,
H A Dzran.c48 some lookahead and avoid many calls to deflate_index_extract() for small
248 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset, function
406 /* Demonstrate the use of deflate_index_build() and deflate_index_extract() by
464 len = deflate_index_extract(in, index, offset, buf, LEN);
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dzran.h33 the end of the uncompressed data, then deflate_index_extract() will return a
37 input. deflate_index_extract() will return Z_ERRNO if there is an error on
39 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset,
H A Dzran.c48 some lookahead and avoid many calls to deflate_index_extract() for small
248 int deflate_index_extract(FILE *in, struct deflate_index *index, off_t offset, function
406 /* Demonstrate the use of deflate_index_build() and deflate_index_extract() by
464 len = deflate_index_extract(in, index, offset, buf, LEN);

Completed in 88 milliseconds