Searched refs:inflateCopy (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A DSymbol.map72 inflateCopy;
H A Dzconf.h98 # define inflateCopy z_inflateCopy macro
H A Dzlib.h876 ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest,
886 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Dinflate.c71 * - Added inflateCopy() function
1438 int ZEXPORT inflateCopy(dest, source)
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h86 #define inflateCopy z_inflateCopy macro
H A Dzlib.h775 ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest,
785 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Dinflate.c78 * - Added inflateCopy() function
1350 int ZEXPORT inflateCopy(dest, source)
/freebsd-10.0-release/lib/libz/test/
H A Dinfcover.c335 ret = inflateCopy(&copy, &strm); assert(ret == Z_OK);
396 ret = inflateCopy(Z_NULL, Z_NULL); assert(ret == Z_STREAM_ERROR);
438 ret = inflateCopy(&copy, &strm); assert(ret == Z_MEM_ERROR);

Completed in 97 milliseconds