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

/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dzran.c23 point in the uncompressed stream. build_index() works by decompressing the
81 /* Deallocate an index built by build_index() */
140 of the first zlib or gzip stream in the file is ignored. build_index()
144 local int build_index(FILE *in, off_t span, struct access **built) function
351 /* Demonstrate the use of build_index() and extract() by processing the file
374 len = build_index(in, SPAN, &index);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dzran.c23 point in the uncompressed stream. build_index() works by decompressing the
81 /* Deallocate an index built by build_index() */
140 of the first zlib or gzip stream in the file is ignored. build_index()
144 local int build_index(FILE *in, off_t span, struct access **built) function
351 /* Demonstrate the use of build_index() and extract() by processing the file
374 len = build_index(in, SPAN, &index);

Completed in 201 milliseconds