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

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v06.h 74 ZSTDLIBv06_API size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx); /*!< @return : errorCode */
zstd_legacy.h 176 ZSTDv06_freeDCtx(zd);
zstd_v06.c 292 Use ZSTDv06_createDCtx() / ZSTDv06_freeDCtx() to manage it.
2794 size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx)
3601 ZSTDv06_freeDCtx(dctx);
3933 ZSTDv06_freeDCtx(zbd->zd);

Completed in 76 milliseconds