Searched refs:ZWRAPC_finishWithError (Results 1 – 1 of 1) sorted by relevance
/external/zstd/zlibWrapper/ |
D | zstd_zlibwrapper.c | 220 static int ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error) in ZWRAPC_finishWithError() function 235 return ZWRAPC_finishWithError(zwc, strm, 0); in ZWRAPC_finishWithErrorMsg() 342 if (zwc->zbc == NULL) return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflateSetDictionary() 345 if (res != Z_OK) return ZWRAPC_finishWithError(zwc, strm, res); } in z_deflateSetDictionary() 368 if (zwc->zbc == NULL) return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflate() 370 if (initErr != Z_OK) return ZWRAPC_finishWithError(zwc, strm, initErr); } in z_deflate() 379 return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflate() 383 if (res != Z_OK) return ZWRAPC_finishWithError(zwc, strm, res); in z_deflate() 399 if (ZSTD_isError(cErr)) return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflate() 425 if (ZSTD_isError(bytesLeft)) return ZWRAPC_finishWithError(zwc, strm, 0); in z_deflate() [all …]
|