Searched refs:fhSize (Results 1 – 2 of 2) sorted by relevance
2738 size_t fhSize = 0; in ZSTD_compressContinue_internal() local2746 fhSize = ZSTD_writeFrameHeader(dst, dstCapacity, &cctx->appliedParams, in ZSTD_compressContinue_internal()2748 FORWARD_IF_ERROR(fhSize, "ZSTD_writeFrameHeader failed"); in ZSTD_compressContinue_internal()2749 assert(fhSize <= dstCapacity); in ZSTD_compressContinue_internal()2750 dstCapacity -= fhSize; in ZSTD_compressContinue_internal()2751 dst = (char*)dst + fhSize; in ZSTD_compressContinue_internal()2755 if (!srcSize) return fhSize; /* do not generate an empty block if no input */ in ZSTD_compressContinue_internal()2777 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()2788 return cSize + fhSize; in ZSTD_compressContinue_internal()3177 size_t fhSize = 0; in ZSTD_writeEpilogue() local[all …]
4117 size_t fhSize = 0; in ZSTD_compressContinue_internal() local4125 fhSize = ZSTD_writeFrameHeader(dst, dstCapacity, &cctx->appliedParams, in ZSTD_compressContinue_internal()4127 FORWARD_IF_ERROR(fhSize, "ZSTD_writeFrameHeader failed"); in ZSTD_compressContinue_internal()4128 assert(fhSize <= dstCapacity); in ZSTD_compressContinue_internal()4129 dstCapacity -= fhSize; in ZSTD_compressContinue_internal()4130 dst = (char*)dst + fhSize; in ZSTD_compressContinue_internal()4134 if (!srcSize) return fhSize; /* do not generate an empty block if no input */ in ZSTD_compressContinue_internal()4157 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()4168 return cSize + fhSize; in ZSTD_compressContinue_internal()4593 size_t fhSize = 0; in ZSTD_writeEpilogue() local[all …]