Searched refs:inflatePrime (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c360 ret = inflatePrime(&strm, 5, 31); assert(ret == Z_OK);
361 ret = inflatePrime(&strm, -1, 0); assert(ret == Z_OK);
429 ret = inflatePrime(&strm, 16, 0); assert(ret == Z_OK);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h801 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
813 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c135 int ZEXPORT inflatePrime(strm, bits, value) function
/freebsd-11-stable/sys/contrib/zlib/
H A Dzconf.h116 # define inflatePrime z_inflatePrime macro
H A Dzlib.h982 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
995 inflatePrime() can be called again to put bits in the buffer. This is used
999 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c247 int ZEXPORT inflatePrime(strm, bits, value) function

Completed in 161 milliseconds