Searched refs:ctxBody (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 3579 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()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 16396 ZSTD_CCtx ctxBody; in ZSTD_compress() local 16397 ZSTD_initCCtx(&ctxBody, ZSTD_defaultCMem); in ZSTD_compress() 16398 result = ZSTD_compressCCtx(&ctxBody, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress() 16399 …ZSTD_freeCCtxContent(&ctxBody); /* can't free ctxBody itself, as it's on stack; free only heap c… in ZSTD_compress()
|