Searched refs:ZWRAPD_finishWithError (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | zstd_zlibwrapper.c | 579 static int ZWRAPD_finishWithError(ZWRAP_DCtx* zwd, z_streamp strm, int error) in ZWRAPD_finishWithError() function 593 return ZWRAPD_finishWithError(zwd, strm, 0); in ZWRAPD_finishWithErrorMsg() 607 if (zwd == NULL) return ZWRAPD_finishWithError(zwd, strm, 0); in z_inflateInit_() 610 if (zwd->version == NULL) return ZWRAPD_finishWithError(zwd, strm, 0); in z_inflateInit_() 710 if (ZSTD_isError(initErr)) return ZWRAPD_finishWithError(zwd, strm, 0); } in z_inflateSetDictionary() 726 return ZWRAPD_finishWithError(zwd, strm, 0); in z_inflateSetDictionary() 760 if (initErr != Z_OK) return ZWRAPD_finishWithError(zwd, strm, initErr); in z_inflate() 794 if (initErr != Z_OK) return ZWRAPD_finishWithError(zwd, strm, initErr); in z_inflate() 805 return ZWRAPD_finishWithError(zwd, strm, dErr); in z_inflate() 925 return ZWRAPD_finishWithError(zwd, strm, 0); in z_inflate()
|