HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_freeDCtx (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/bsd/zstd/dist/tests/fuzz/
block_decompress.c 50 ZSTD_freeDCtx(dctx); dctx = NULL;
simple_decompress.c 56 ZSTD_freeDCtx(dctx); dctx = NULL;
decompress_dstSize_tooSmall.c 70 ZSTD_freeDCtx(dctx); dctx = NULL;
dictionary_decompress.c 73 ZSTD_freeDCtx(dctx); dctx = NULL;
block_round_trip.c 99 ZSTD_freeDCtx(dctx); dctx = NULL;
decompress_cross_format.c 123 ZSTD_freeDCtx(dctx); dctx = NULL;
raw_dictionary_round_trip.c 115 ZSTD_freeDCtx(dctx); dctx = NULL;
dictionary_loader.c 65 ZSTD_freeDCtx(dctx);
dictionary_round_trip.c 151 ZSTD_freeDCtx(dctx); dctx = NULL;
dictionary_stream_round_trip.c 205 ZSTD_freeDCtx(dctx); dctx = NULL;
stream_round_trip.c 214 ZSTD_freeDCtx(dctx); dctx = NULL;
simple_round_trip.c 178 ZSTD_freeDCtx(dctx); dctx = NULL;
sequence_compression_api.c 445 ZSTD_freeDCtx(dctx); dctx = NULL;
  /src/external/bsd/zstd/dist/examples/
dictionary_decompression.c 72 ZSTD_freeDCtx(dctx);
streaming_decompression.c 77 ZSTD_freeDCtx(dctx);
streaming_memory_usage.c 131 ZSTD_freeDCtx(dctx);
  /src/external/bsd/zstd/dist/tests/
bigdict.c 131 ZSTD_freeDCtx(dctx);
largeDictionary.c 125 ZSTD_freeDCtx(dctx);
fuzzer.c 782 ZSTD_freeDCtx(dctx);
816 ZSTD_freeDCtx(dctx);
869 ZSTD_freeDCtx(dctx);
881 ZSTD_freeDCtx(dctx);
943 ZSTD_freeDCtx(dctx);
1005 ZSTD_freeDCtx(dctx);
1059 ZSTD_freeDCtx(dctx);
1108 ZSTD_freeDCtx(dctx);
1152 ZSTD_freeDCtx(dctx);
1195 ZSTD_freeDCtx(dctx)
    [all...]
zstreamtest.c 721 ZSTD_freeDCtx(dctx);
782 ZSTD_freeDCtx(dctx);
869 ZSTD_freeDCtx(dctx);
1190 ZSTD_freeDCtx(dctx);
1236 ZSTD_freeDCtx(dctx);
1265 ZSTD_freeDCtx(dctx);
1294 ZSTD_freeDCtx(dctx);
1316 ZSTD_freeDCtx(dctx);
1339 ZSTD_freeDCtx(dctx);
2356 ZSTD_freeDCtx(dctx)
    [all...]
decodecorpus.c 1470 ZSTD_freeDCtx(dctx);
1476 ZSTD_freeDCtx(dctx);
1504 ZSTD_freeDCtx(dctx);
  /src/external/bsd/zstd/dist/contrib/recovery/
recover_directory.c 148 ZSTD_freeDCtx(dctx);
  /src/external/bsd/zstd/dist/contrib/diagnose_corruption/
check_flipped_bits.c 49 ZSTD_freeDCtx(stuff->dctx);
  /src/external/bsd/zstd/dist/tests/regression/
method.c 242 ZSTD_freeDCtx(dctx);
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 324 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx)
1210 ZSTD_freeDCtx(dctx);
1690 return ZSTD_freeDCtx(zds);

Completed in 81 milliseconds

1 2