Searched refs:deflateCopy (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A DSymbol.map29 deflateCopy;
H A Dzconf.h42 # define deflateCopy z_deflateCopy macro
H A Dzlib.h631 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
639 by calling deflateEnd. Note that deflateCopy duplicates the internal
643 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Ddeflate.c1014 int ZEXPORT deflateCopy (dest, source) function
/illumos-gate/usr/src/uts/common/zmod/
H A Dzconf.h77 #define deflateCopy z_deflateCopy macro
H A Dzlib.h579 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
587 by calling deflateEnd. Note that deflateCopy duplicates the internal
591 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Ddeflate.c900 int ZEXPORT deflateCopy (dest, source) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h501 extern int deflateCopy OF((z_stream *dest,
514 by calling deflateEnd. Note that deflateCopy duplicates the internal
518 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h108 #define deflateCopy z_deflateCopy macro
834 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest, z_streamp source));
848 * deflateCopy duplicates the internal compression state which can be
852 * deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Dzlib.c1306 deflateCopy(dest, source) function

Completed in 92 milliseconds