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

/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c229 static int ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error) function
231 LOG_WRAPPERC("- ZWRAPC_finishWithError=%d\n", error);
244 return ZWRAPC_finishWithError(zwc, strm, 0);
351 if (zwc->zbc == NULL) return ZWRAPC_finishWithError(zwc, strm, 0);
354 if (res != Z_OK) return ZWRAPC_finishWithError(zwc, strm, res); }
377 if (zwc->zbc == NULL) return ZWRAPC_finishWithError(zwc, strm, 0);
379 if (initErr != Z_OK) return ZWRAPC_finishWithError(zwc, strm, initErr); }
388 return ZWRAPC_finishWithError(zwc, strm, 0);
394 return ZWRAPC_finishWithError(zwc, strm, 0);
398 if (res != Z_OK) return ZWRAPC_finishWithError(zw
[all...]

Completed in 108 milliseconds