Home
last modified time | relevance | path

Searched refs:ZSTD_freeCCtxContent (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libzstd/
H A DSymbol.map225 ZSTD_freeCCtxContent;
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress.c149 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent() function
167 ZSTD_freeCCtxContent(cctx); in ZSTD_freeCCtx()
3582ZSTD_freeCCtxContent(&ctxBody); /* can't free ctxBody itself, as it's on stack; free only heap c… in ZSTD_compress()