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

/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c579 static int ZWRAPD_finishWithError(ZWRAP_DCtx* zwd, z_streamp strm, int error) function
581 LOG_WRAPPERD("- ZWRAPD_finishWithError=%d\n", error);
593 return ZWRAPD_finishWithError(zwd, strm, 0);
607 if (zwd == NULL) return ZWRAPD_finishWithError(zwd, strm, 0);
610 if (zwd->version == NULL) return ZWRAPD_finishWithError(zwd, strm, 0);
710 if (ZSTD_isError(initErr)) return ZWRAPD_finishWithError(zwd, strm, 0); }
726 return ZWRAPD_finishWithError(zwd, strm, 0);
760 if (initErr != Z_OK) return ZWRAPD_finishWithError(zwd, strm, initErr);
794 if (initErr != Z_OK) return ZWRAPD_finishWithError(zwd, strm, initErr);
805 return ZWRAPD_finishWithError(zw
[all...]

Completed in 62 milliseconds