/external/zstd/lib/deprecated/ |
D | zbuff_compress.c | 77 FORWARD_IF_ERROR(ZSTD_CCtx_reset(zbc, ZSTD_reset_session_only), ""); in ZBUFF_compressInit_advanced() 99 FORWARD_IF_ERROR(ZSTD_CCtx_reset(zbc, ZSTD_reset_session_only), ""); in ZBUFF_compressInitDictionary()
|
/external/zstd/tests/fuzz/ |
D | stream_round_trip.c | 63 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress() 91 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress()
|
D | dictionary_stream_round_trip.c | 65 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress() 105 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress()
|
D | sequence_compression_api.c | 197 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in roundTripTest()
|
/external/zstd/tests/ |
D | zstreamtest.c | 325 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests() 545 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests() 568 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests() 586 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests() 602 { CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests() 624 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests() 643 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests() 829 CHECK_Z(ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters)); in basicUnitTests() 845 CHECK_Z(ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters)); in basicUnitTests() 879 CHECK_Z(ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only)); in basicUnitTests() [all …]
|
D | fuzzer.c | 383 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in threadPoolTests() 1401 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in basicUnitTests() 1407 ZSTD_CCtx_reset(cctx, ZSTD_reset_parameters); in basicUnitTests() 2396 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests() 2410 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests() 2423 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests() 2429 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests() 2498 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests() 2503 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in basicUnitTests() 2514 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests() [all …]
|
D | paramgrill.c | 1045 ZSTD_CCtx_reset(ag->cctx, ZSTD_reset_session_and_parameters); in local_initCCtx()
|
/external/zstd/examples/ |
D | multiple_streaming_compression.c | 67 CHECK_ZSTD( ZSTD_CCtx_reset(ress.cctx, ZSTD_reset_session_only) ); in compressFile_orDie()
|
/external/zstd/contrib/linux-kernel/ |
D | zstd_compress_module.c | 30 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_reset( in zstd_cctx_init()
|
/external/zstd/lib/compress/ |
D | zstd_compress.c | 103 { size_t const err = ZSTD_CCtx_reset(cctx, ZSTD_reset_parameters); in ZSTD_initCCtx() 1211 size_t ZSTD_CCtx_reset(ZSTD_CCtx* cctx, ZSTD_ResetDirective reset) in ZSTD_CCtx_reset() function 5206 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_resetCStream() 5221 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_internal() 5243 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_usingCDict_advanced() 5254 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_usingCDict() 5274 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_advanced() 5285 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_usingDict() 5299 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_srcSize() 5309 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream() [all …]
|
/external/zstd/contrib/seekable_format/ |
D | zstdseek_compress.c | 222 ZSTD_CCtx_reset(zcs->cstream, ZSTD_reset_session_only); in ZSTD_seekable_endFrame()
|
/external/zstd/zlibWrapper/examples/ |
D | zwrapbench.c | 273 initErr |= ZSTD_isError(ZSTD_CCtx_reset(zbc, ZSTD_reset_session_only)); in BMK_benchMem() 286 rSize = ZSTD_CCtx_reset(zbc, ZSTD_reset_session_only); in BMK_benchMem()
|
/external/zstd/contrib/pzstd/ |
D | Pzstd.cpp | 277 auto err = ZSTD_CCtx_reset(ctx.get(), ZSTD_reset_session_only); in compress()
|
/external/zstd/zlibWrapper/ |
D | zstd_zlibwrapper.c | 215 initErr |= ZSTD_isError(ZSTD_CCtx_reset(zwc->zbc, ZSTD_reset_session_only)); in ZWRAP_initializeCStream() 384 size_t resetErr = ZSTD_CCtx_reset(zwc->zbc, ZSTD_reset_session_only); in z_deflate()
|
/external/zstd/tests/regression/ |
D | method.c | 317 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in advanced_config()
|
/external/zstd/lib/ |
D | zstd.h | 510 ZSTDLIB_API size_t ZSTD_CCtx_reset(ZSTD_CCtx* cctx, ZSTD_ResetDirective reset);
|
/external/zstd/programs/ |
D | benchzstd.c | 171 ZSTD_CCtx_reset(ctx, ZSTD_reset_session_and_parameters); in BMK_initCCtx()
|
/external/zstd/ |
D | CHANGELOG | 349 api : change : clarify ZSTD_CCtx_reset() vs ZSTD_CCtx_resetParameters(), by @terrelln
|