Searched refs:ZWRAPC_finishWithError (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | zstd_zlibwrapper.c | 229 static int ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error) in ZWRAPC_finishWithError() function 244 return ZWRAPC_finishWithError(zwc, strm, 0); in ZWRAPC_finishWithErrorMsg() 351 if (zwc->zbc == NULL) return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflateSetDictionary() 354 if (res != Z_OK) return ZWRAPC_finishWithError(zwc, strm, res); } in z_deflateSetDictionary() 377 if (zwc->zbc == NULL) return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflate() 379 if (initErr != Z_OK) return ZWRAPC_finishWithError(zwc, strm, initErr); } in z_deflate() 388 return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflate() 394 return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflate() 398 if (res != Z_OK) return ZWRAPC_finishWithError(zwc, strm, res); in z_deflate() 414 if (ZSTD_isError(cErr)) return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflate() [all …]
|