Lines Matching refs:ZSTD_FORWARD_IF_ERR
21 #define ZSTD_FORWARD_IF_ERR(ret) \ macro
31 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_reset( in zstd_cctx_init()
33 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setPledgedSrcSize( in zstd_cctx_init()
35 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
37 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
39 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
41 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
43 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
45 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
47 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
49 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
51 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
53 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
192 ZSTD_FORWARD_IF_ERR(zstd_cctx_init(cctx, parameters, src_size)); in zstd_compress_cctx()
240 ZSTD_FORWARD_IF_ERR( ZSTD_CCtx_reset(cstream, ZSTD_reset_session_only) ); in zstd_reset_cstream()
241 ZSTD_FORWARD_IF_ERR( ZSTD_CCtx_setPledgedSrcSize(cstream, pledged_src_size) ); in zstd_reset_cstream()