Searched refs:ZBUFF_freeDCtx (Results 1 – 4 of 4) sorted by relevance
30 size_t ZBUFF_freeDCtx(ZBUFF_DCtx* zbd) in ZBUFF_freeDCtx() function
125 ZBUFF_DEPRECATED("use ZSTD_freeDStream") size_t ZBUFF_freeDCtx(ZBUFF_DCtx* dctx);
228 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()
3387 static size_t ZBUFF_freeDCtx(ZBUFF_DCtx* zbc) in ZBUFF_freeDCtx() function3638 size_t ZBUFFv04_freeDCtx(ZBUFFv04_DCtx* dctx) { return ZBUFF_freeDCtx(dctx); } in ZBUFFv04_freeDCtx()