Home
last modified time | relevance | path

Searched refs:ZSTD_freeCCtx (Results 1 – 25 of 31) sorted by relevance

12

/external/zstd/tests/
Dfuzzer.c212 ZSTD_freeCCtx(cctx); in FUZ_mallocTests_internal()
246 ZSTD_freeCCtx(cctx); in FUZ_mallocTests_internal()
267 ZSTD_freeCCtx(cctx); in FUZ_mallocTests_internal()
407 ZSTD_freeCCtx(cctx); in basicUnitTests()
469 ZSTD_freeCCtx(cctx); in basicUnitTests()
590 ZSTD_freeCCtx(cctx); in basicUnitTests()
624 ZSTD_freeCCtx(cctx); in basicUnitTests()
694 ZSTD_freeCCtx(cctx); in basicUnitTests()
722 ZSTD_freeCCtx(cctx); in basicUnitTests()
765 ZSTD_freeCCtx(cctx); in basicUnitTests()
[all …]
Dbigdict.c126 ZSTD_freeCCtx(cctx); in main()
DroundTripCrash.c107 ZSTD_freeCCtx(cctx); in cctxParamRoundTripTest()
Dfullbench.c234 ZSTD_freeCCtx(cctx); in local_ZSTD_compressStream_freshCCtx()
662 ZSTD_freeCCtx(g_zcc); g_zcc=NULL; in benchMem()
Dzstreamtest.c778 ZSTD_freeCCtx(cctx2); in basicUnitTests()
788 ZSTD_freeCCtx(cctx3); in basicUnitTests()
914 ZSTD_freeCCtx(cctx); in basicUnitTests()
1020 ZSTD_freeCCtx(cctx); in basicUnitTests()
1678 ZSTD_freeCCtx(mtctx); in basicUnitTests()
2079 ZSTD_freeCCtx(zc); in fuzzerTests_newAPI()
2403 ZSTD_freeCCtx(zc); in fuzzerTests_newAPI()
/external/zstd/tests/fuzz/
Dsimple_compress.c53 ZSTD_freeCCtx(cctx); cctx = NULL; in LLVMFuzzerTestOneInput()
Ddecompress_dstSize_tooSmall.c66 ZSTD_freeCCtx(cctx); cctx = NULL; in LLVMFuzzerTestOneInput()
Dblock_round_trip.c95 ZSTD_freeCCtx(cctx); cctx = NULL; in LLVMFuzzerTestOneInput()
Ddictionary_loader.c43 ZSTD_freeCCtx(cctx); in compress()
Dsimple_round_trip.c114 ZSTD_freeCCtx(cctx); cctx = NULL; in LLVMFuzzerTestOneInput()
Draw_dictionary_round_trip.c111 ZSTD_freeCCtx(cctx); cctx = NULL; in LLVMFuzzerTestOneInput()
Ddictionary_round_trip.c117 ZSTD_freeCCtx(cctx); cctx = NULL; in LLVMFuzzerTestOneInput()
Dstream_round_trip.c173 ZSTD_freeCCtx(cctx); cctx = NULL; in LLVMFuzzerTestOneInput()
Ddictionary_stream_round_trip.c202 ZSTD_freeCCtx(cctx); cctx = NULL; in LLVMFuzzerTestOneInput()
Dsequence_compression_api.c296 ZSTD_freeCCtx(cctx); cctx = NULL; in LLVMFuzzerTestOneInput()
/external/zstd/examples/
Ddictionary_compression.c53 ZSTD_freeCCtx(cctx); /* never fails */ in compress()
Dstreaming_compression.c86 ZSTD_freeCCtx(cctx); in compressFile_orDie()
Dmultiple_simple_compression.c61 ZSTD_freeCCtx(ress.cctx); /* never fails */ in freeResources()
Dstreaming_memory_usage.c132 ZSTD_freeCCtx(cctx); in main()
Dmultiple_streaming_compression.c52 ZSTD_freeCCtx(ress.cctx); in freeResources()
Dstreaming_compression_thread_pool.c105 ZSTD_freeCCtx(cctx); in compressFile_orDie()
/external/zstd/tests/regression/
Dmethod.c235 ZSTD_freeCCtx(cctx); in compress_cctx_compress()
366 ZSTD_freeCCtx(cctx); in advanced_one_pass_compress_output_adjustment()
431 ZSTD_freeCCtx(cctx); in advanced_streaming_compress()
/external/zstd/lib/
Dzstd.h202 ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx);
/external/zstd/programs/
Dbenchzstd.c623 ZSTD_freeCCtx(cctx); in BMK_benchMemAdvanced()
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c560 ZSTD_freeCCtx(ctx); in BMK_benchMem()

12