Searched refs:ZSTDv07_createDCtx (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.h75 ZSTDLIBv07_API ZSTDv07_DCtx* ZSTDv07_createDCtx(void);
79 * Same as ZSTDv07_decompress(), requires an allocated ZSTDv07_DCtx (see ZSTDv07_createDCtx()) */
H A Dzstd_legacy.h169 ZSTDv07_DCtx* const zd = ZSTDv07_createDCtx();
H A Dzstd_v07.c100 Use ZSTDv07_createDCtx() / ZSTDv07_freeDCtx() to manage it.
157 + Use ZSTDv07_createCCtx() and ZSTDv07_createDCtx()
2994 ZSTDv07_DCtx* ZSTDv07_createDCtx(void) function
3893 ZSTDv07_DCtx* const dctx = ZSTDv07_createDCtx();

Completed in 85 milliseconds