Home
last modified time | relevance | path

Searched refs:ZWRAPC_finishWithErrorMsg (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c238 static int ZWRAPC_finishWithErrorMsg(z_streamp strm, char* message) in ZWRAPC_finishWithErrorMsg() function
430 … return ZWRAPC_finishWithErrorMsg(strm, "Z_FULL_FLUSH, Z_BLOCK and Z_TREES are not supported!"); in z_deflate()
963 return ZWRAPC_finishWithErrorMsg(source, "deflateCopy is not supported!"); in z_deflateCopy()
975 return ZWRAPC_finishWithErrorMsg(strm, "deflateTune is not supported!"); in z_deflateTune()
986 return ZWRAPC_finishWithErrorMsg(strm, "deflatePending is not supported!"); in z_deflatePending()
997 return ZWRAPC_finishWithErrorMsg(strm, "deflatePrime is not supported!"); in z_deflatePrime()
1006 return ZWRAPC_finishWithErrorMsg(strm, "deflateSetHeader is not supported!"); in z_deflateSetHeader()