Searched refs:inflateEnd (Results 101 - 125 of 163) sorted by relevance

1234567

/netbsd-current/common/dist/zlib/examples/
H A Dgzjoin.c61 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
415 inflateEnd(&strm);
H A Dgzappend.c335 inflateEnd(strm);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgzjoin.c61 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
415 inflateEnd(&strm);
H A Dgzappend.c335 inflateEnd(strm);
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dzlib.h422 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
464 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
470 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
793 This function is equivalent to inflateEnd followed by inflateInit,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlto-compress.c393 status = inflateEnd (&in_stream);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlto-compress.cc389 status = inflateEnd (&in_stream);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcompress.c68 return inflateEnd (&strm) == Z_OK && rc == Z_OK && strm.avail_out == 0;
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgzappend.c335 inflateEnd(strm);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeJarFile.cc338 inflateEnd (&strm);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcompress.c63 rc |= inflateEnd (&strm);
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgzappend.c335 inflateEnd(strm);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzappend.c335 inflateEnd(strm);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcompress.c68 return inflateEnd (&strm) == Z_OK && rc == Z_OK && strm.avail_out == 0;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeJarFile.cc338 inflateEnd (&strm);
/netbsd-current/external/bsd/file/dist/src/
H A Dcompress.c633 inflateEnd(&z);
638 rc = inflateEnd(&z);
/netbsd-current/sys/net/
H A Dppp-deflate.c409 inflateEnd(&state->strm);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dgzread.c644 inflateEnd(&(state->strm));
H A Dzlib.h520 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
526 inflateEnd returns Z_OK if success, or Z_STREAM_ERROR if the stream state
959 This function is equivalent to inflateEnd followed by inflateInit,
/netbsd-current/common/dist/zlib/
H A Dgzread.c640 inflateEnd(&(state->strm));
H A Dzlib.h522 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
528 inflateEnd returns Z_OK if success, or Z_STREAM_ERROR if the stream state
963 This function is equivalent to inflateEnd followed by inflateInit,
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dzlib.h520 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
526 inflateEnd returns Z_OK if success, or Z_STREAM_ERROR if the stream state
961 This function is equivalent to inflateEnd followed by inflateInit,
H A Dgzread.c642 inflateEnd(&(state->strm));
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcompress.c556 return inflateEnd (&strm) == Z_OK && rc == Z_OK && strm.avail_out == 0;
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dzlib.h520 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
526 inflateEnd returns Z_OK if success, or Z_STREAM_ERROR if the stream state
961 This function is equivalent to inflateEnd followed by inflateInit,

Completed in 336 milliseconds

1234567