HomeSort by: relevance | last modified time | path
    Searched defs:ZSTD_freeDCtx (Results 1 - 4 of 4) sorted by relevancy

  /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);
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v03.c 2989 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx)
3089 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx);
zstd_v04.c 237 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.
2477 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx)
3337 ZSTD_freeDCtx(zbc->zc);
3562 ZSTD_freeDCtx(dctx);
3598 size_t ZSTDv04_freeDCtx(ZSTD_DCtx* dctx) { return ZSTD_freeDCtx(dctx); }
zstd_v02.c 3349 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx)
3449 return ZSTD_freeDCtx((ZSTD_DCtx*)dctx);

Completed in 44 milliseconds