Lines Matching refs:ZSTD_FORWARD_IF_ERR
20 #define ZSTD_FORWARD_IF_ERR(ret) \ macro
30 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_reset( in zstd_cctx_init()
32 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setPledgedSrcSize( in zstd_cctx_init()
34 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
36 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
38 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
40 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
42 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
44 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
46 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
48 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
50 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
52 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_setParameter( in zstd_cctx_init()
99 ZSTD_FORWARD_IF_ERR(zstd_cctx_init(cctx, parameters, src_size)); in zstd_compress_cctx()
138 ZSTD_FORWARD_IF_ERR( ZSTD_CCtx_reset(cstream, ZSTD_reset_session_only) ); in zstd_reset_cstream()
139 ZSTD_FORWARD_IF_ERR( ZSTD_CCtx_setPledgedSrcSize(cstream, pledged_src_size) ); in zstd_reset_cstream()