Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4frame.c231 BYTE* tmpBuff; member
554 FREEMEM(cctxPtr->tmpBuff); in LZ4F_freeCompressionContext()
650 FREEMEM(cctxPtr->tmpBuff); in LZ4F_compressBegin_usingCDict()
651 cctxPtr->tmpBuff = (BYTE*)ALLOC_AND_ZERO(requiredBuffSize); in LZ4F_compressBegin_usingCDict()
652 if (cctxPtr->tmpBuff == NULL) return err0r(LZ4F_ERROR_allocation_failed); in LZ4F_compressBegin_usingCDict()
655 cctxPtr->tmpIn = cctxPtr->tmpBuff; in LZ4F_compressBegin_usingCDict()
812 return LZ4_saveDict ((LZ4_stream_t*)(cctxPtr->lz4CtxPtr), (char*)(cctxPtr->tmpBuff), 64 KB); in LZ4F_localSaveDict()
813 return LZ4_saveDictHC ((LZ4_streamHC_t*)(cctxPtr->lz4CtxPtr), (char*)(cctxPtr->tmpBuff), 64 KB); in LZ4F_localSaveDict()
898 cctxPtr->tmpIn = cctxPtr->tmpBuff; in LZ4F_compressUpdate()
902 cctxPtr->tmpIn = cctxPtr->tmpBuff + realDictSize; in LZ4F_compressUpdate()
[all …]