Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c587 static int ZWRAPD_finishWithErrorMsg(z_streamp strm, char* message) in ZWRAPD_finishWithErrorMsg() function
1020 return ZWRAPD_finishWithErrorMsg(strm, "inflateGetDictionary is not supported!"); in z_inflateGetDictionary()
1030 return ZWRAPD_finishWithErrorMsg(source, "inflateCopy is not supported!"); in z_inflateCopy()
1039 return ZWRAPD_finishWithErrorMsg(strm, "inflateMark is not supported!"); in z_inflateMark()
1050 return ZWRAPD_finishWithErrorMsg(strm, "inflatePrime is not supported!"); in z_inflatePrime()
1059 return ZWRAPD_finishWithErrorMsg(strm, "inflateGetHeader is not supported!"); in z_inflateGetHeader()
1070 return ZWRAPD_finishWithErrorMsg(strm, "inflateBackInit is not supported!"); in z_inflateBackInit_()
1080 return ZWRAPD_finishWithErrorMsg(strm, "inflateBack is not supported!"); in z_inflateBack()
1088 return ZWRAPD_finishWithErrorMsg(strm, "inflateBackEnd is not supported!"); in z_inflateBackEnd()