Searched refs:fhSize (Results 1 – 2 of 2) sorted by relevance
2994 size_t fhSize = 0; in ZSTD_compressContinue_internal() local3004 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() local3447 FORWARD_IF_ERROR(fhSize, "ZSTD_writeFrameHeader failed"); in ZSTD_writeEpilogue()3448 dstCapacity -= fhSize; in ZSTD_writeEpilogue()[all …]
15822 size_t fhSize = 0; in ZSTD_compressContinue_internal() local15832 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() local16269 FORWARD_IF_ERROR(fhSize, "ZSTD_writeFrameHeader failed"); in ZSTD_writeEpilogue()16270 dstCapacity -= fhSize; in ZSTD_writeEpilogue()[all …]