Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c3312 ZSTD_CCtx ctxBody; in ZSTD_compress() local
3313 ZSTD_initCCtx(&ctxBody, ZSTD_defaultCMem); in ZSTD_compress()
3314 result = ZSTD_compressCCtx(&ctxBody, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()
3315 …ZSTD_freeCCtxContent(&ctxBody); /* can't free ctxBody itself, as it's on stack; free only heap c… in ZSTD_compress()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4745 ZSTD_CCtx ctxBody; in ZSTD_compress() local
4746 ZSTD_initCCtx(&ctxBody, ZSTD_defaultCMem); in ZSTD_compress()
4747 result = ZSTD_compressCCtx(&ctxBody, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()
4748 …ZSTD_freeCCtxContent(&ctxBody); /* can't free ctxBody itself, as it's on stack; free only heap c… in ZSTD_compress()