Searched refs:ZWRAPD_finishWithError (Results 1 – 1 of 1) sorted by relevance
/external/zstd/zlibWrapper/ |
D | zstd_zlibwrapper.c | 564 static int ZWRAPD_finishWithError(ZWRAP_DCtx* zwd, z_streamp strm, int error) in ZWRAPD_finishWithError() function 578 return ZWRAPD_finishWithError(zwd, strm, 0); in ZWRAPD_finishWithErrorMsg() 592 if (zwd == NULL) return ZWRAPD_finishWithError(zwd, strm, 0); in z_inflateInit_() 595 if (zwd->version == NULL) return ZWRAPD_finishWithError(zwd, strm, 0); in z_inflateInit_() 695 if (ZSTD_isError(initErr)) return ZWRAPD_finishWithError(zwd, strm, 0); } in z_inflateSetDictionary() 711 return ZWRAPD_finishWithError(zwd, strm, 0); in z_inflateSetDictionary() 745 if (initErr != Z_OK) return ZWRAPD_finishWithError(zwd, strm, initErr); in z_inflate() 779 if (initErr != Z_OK) return ZWRAPD_finishWithError(zwd, strm, initErr); in z_inflate() 790 return ZWRAPD_finishWithError(zwd, strm, dErr); in z_inflate() 910 return ZWRAPD_finishWithError(zwd, strm, 0); in z_inflate()
|