Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c2994 size_t fhSize = 0; in ZSTD_compressContinue_internal() local
3004 FORWARD_IF_ERROR(fhSize, "ZSTD_writeFrameHeader failed"); in ZSTD_compressContinue_internal()
3005 assert(fhSize <= dstCapacity); in ZSTD_compressContinue_internal()
3006 dstCapacity -= fhSize; in ZSTD_compressContinue_internal()
3007 dst = (char*)dst + fhSize; in ZSTD_compressContinue_internal()
3033 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()
3044 return cSize + fhSize; in ZSTD_compressContinue_internal()
3439 size_t fhSize = 0; in ZSTD_writeEpilogue() local
3447 FORWARD_IF_ERROR(fhSize, "ZSTD_writeFrameHeader failed"); in ZSTD_writeEpilogue()
3448 dstCapacity -= fhSize; in ZSTD_writeEpilogue()
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c15822 size_t fhSize = 0; in ZSTD_compressContinue_internal() local
15832 FORWARD_IF_ERROR(fhSize, "ZSTD_writeFrameHeader failed"); in ZSTD_compressContinue_internal()
15833 assert(fhSize <= dstCapacity); in ZSTD_compressContinue_internal()
15834 dstCapacity -= fhSize; in ZSTD_compressContinue_internal()
15835 dst = (char*)dst + fhSize; in ZSTD_compressContinue_internal()
15861 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()
15872 return cSize + fhSize; in ZSTD_compressContinue_internal()
16261 size_t fhSize = 0; in ZSTD_writeEpilogue() local
16269 FORWARD_IF_ERROR(fhSize, "ZSTD_writeFrameHeader failed"); in ZSTD_writeEpilogue()
16270 dstCapacity -= fhSize; in ZSTD_writeEpilogue()
[all …]