Home
last modified time | relevance | path

Searched refs:ZSTD_freeDCtx (Results 1 – 25 of 32) sorted by relevance

12

/external/zstd/tests/fuzz/
Dblock_decompress.c46 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
Dsimple_decompress.c46 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
Ddecompress_dstSize_tooSmall.c67 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
Ddictionary_decompress.c70 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
Dblock_round_trip.c96 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
Ddictionary_loader.c64 ZSTD_freeDCtx(dctx); in decompress()
Dsimple_round_trip.c115 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
Draw_dictionary_round_trip.c112 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
Ddictionary_round_trip.c118 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
Dstream_round_trip.c174 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
Ddictionary_stream_round_trip.c203 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
Dsequence_compression_api.c297 ZSTD_freeDCtx(dctx); dctx = NULL; in LLVMFuzzerTestOneInput()
/external/elfutils/libdwfl/
Dgzip.c257 ZSTD_freeDCtx (dctx); in unzip()
269 ZSTD_freeDCtx (dctx); in unzip()
294 ZSTD_freeDCtx (dctx); in unzip()
/external/zstd/tests/
Dfuzzer.c485 ZSTD_freeDCtx(dctx); in basicUnitTests()
538 ZSTD_freeDCtx(dctx); in basicUnitTests()
550 ZSTD_freeDCtx(dctx); in basicUnitTests()
612 ZSTD_freeDCtx(dctx); in basicUnitTests()
674 ZSTD_freeDCtx(dctx); in basicUnitTests()
723 ZSTD_freeDCtx(dctx); in basicUnitTests()
766 ZSTD_freeDCtx(dctx); in basicUnitTests()
840 ZSTD_freeDCtx(dctx); in basicUnitTests()
904 ZSTD_freeDCtx(dctx); in basicUnitTests()
1508 ZSTD_freeDCtx(dctx); in basicUnitTests()
[all …]
Dbigdict.c125 ZSTD_freeDCtx(dctx); in main()
Dzstreamtest.c667 ZSTD_freeDCtx(dctx); in basicUnitTests()
754 ZSTD_freeDCtx(dctx); in basicUnitTests()
1024 ZSTD_freeDCtx(dctx); in basicUnitTests()
1070 ZSTD_freeDCtx(dctx); in basicUnitTests()
1099 ZSTD_freeDCtx(dctx); in basicUnitTests()
1128 ZSTD_freeDCtx(dctx); in basicUnitTests()
1150 ZSTD_freeDCtx(dctx); in basicUnitTests()
1173 ZSTD_freeDCtx(dctx); in basicUnitTests()
Ddecodecorpus.c1431 ZSTD_freeDCtx(dctx); in testDecodeWithDict()
1437 ZSTD_freeDCtx(dctx); in testDecodeWithDict()
1465 ZSTD_freeDCtx(dctx); in testDecodeRawBlock()
Dfullbench.c663 ZSTD_freeDCtx(g_zdc); g_zdc=NULL; in benchMem()
/external/zstd/examples/
Dstreaming_decompression.c77 ZSTD_freeDCtx(dctx); in decompressFile_orDie()
Ddictionary_decompression.c72 ZSTD_freeDCtx(dctx); in decompress()
Dstreaming_memory_usage.c131 ZSTD_freeDCtx(dctx); in main()
/external/zstd/contrib/diagnose_corruption/
Dcheck_flipped_bits.c49 ZSTD_freeDCtx(stuff->dctx); in free_stuff()
/external/zstd/lib/decompress/
Dzstd_decompress.c169 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
835 ZSTD_freeDCtx(dctx); in ZSTD_decompress()
1301 return ZSTD_freeDCtx(zds); in ZSTD_freeDStream()
/external/zstd/lib/legacy/
Dzstd_v04.c2537 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() function
3390 ZSTD_freeDCtx(zbc->zc); in ZBUFF_freeDCtx()
3615 ZSTD_freeDCtx(dctx); in ZSTDv04_decompress()
3651 size_t ZSTDv04_freeDCtx(ZSTD_DCtx* dctx) { return ZSTD_freeDCtx(dctx); } in ZSTDv04_freeDCtx()
/external/zstd/tests/regression/
Dmethod.c236 ZSTD_freeDCtx(dctx); in compress_cctx_compress()

12