Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress.c3579 ZSTD_CCtx ctxBody; in ZSTD_compress() local
3580 ZSTD_initCCtx(&ctxBody, ZSTD_defaultCMem); in ZSTD_compress()
3581 result = ZSTD_compressCCtx(&ctxBody, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()
3582 …ZSTD_freeCCtxContent(&ctxBody); /* can't free ctxBody itself, as it's on stack; free only heap c… in ZSTD_compress()