Home
last modified time | relevance | path

Searched refs:ZBUFF_freeDCtx (Results 1 – 4 of 4) sorted by relevance

/external/zstd/lib/deprecated/
Dzbuff_decompress.c30 size_t ZBUFF_freeDCtx(ZBUFF_DCtx* zbd) in ZBUFF_freeDCtx() function
Dzbuff.h125 ZBUFF_DEPRECATED("use ZSTD_freeDStream") size_t ZBUFF_freeDCtx(ZBUFF_DCtx* dctx);
/external/zstd/tests/
Dzbufftest.c228 ZBUFF_freeDCtx(zd); in basicUnitTests()
334 if ((FUZ_rand(&lseed) & 0xFF) == 132) { ZBUFF_freeDCtx(zd); zd = ZBUFF_createDCtx(); } in fuzzerTests()
456 ZBUFF_freeDCtx(zd); in fuzzerTests()
/external/zstd/lib/legacy/
Dzstd_v04.c3387 static size_t ZBUFF_freeDCtx(ZBUFF_DCtx* zbc) in ZBUFF_freeDCtx() function
3638 size_t ZBUFFv04_freeDCtx(ZBUFFv04_DCtx* dctx) { return ZBUFF_freeDCtx(dctx); } in ZBUFFv04_freeDCtx()