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

/freebsd-10-stable/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-stable/contrib/zlib/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);
/freebsd-10-stable/contrib/zlib/
H A Dzconf.h107 # define inflateCopy z_inflateCopy macro
H A Dzlib.h942 ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest,
952 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Dinflate.c71 * - Added inflateCopy() function
1461 int ZEXPORT inflateCopy(dest, source)

Completed in 146 milliseconds