HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_decompressBegin (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/fuzz/
block_decompress.c 44 ZSTD_decompressBegin(dctx);
block_round_trip.c 52 ZSTD_decompressBegin(dctx);
  /src/external/bsd/zstd/dist/tests/
fullbench.c 199 ZSTD_decompressBegin(g_zdc);
304 ZSTD_decompressBegin(g_zdc);
517 ZSTD_decompressBegin(g_zdc);
decodecorpus.c 1497 size_t ret = ZSTD_decompressBegin(dctx);
fuzzer.c 3685 CHECK_Z( ZSTD_decompressBegin(dctx) );
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 1560 size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx)
1590 FORWARD_IF_ERROR( ZSTD_decompressBegin(dctx) , "");
1613 FORWARD_IF_ERROR( ZSTD_decompressBegin(dctx) , "");
  /src/external/bsd/zstd/dist/lib/
zstd.h 3093 Once buffers are setup, start decompression, with ZSTD_decompressBegin().
3126 ZSTDLIB_STATIC_API size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx);
3168 + decompression : any ZSTD_decompressBegin*() variant, including with dictionary

Completed in 30 milliseconds