Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c210 U32 cStage; member
523 cctxPtr->cStage = 0; /* Next stage : init stream */ in LZ4F_createCompressionContext()
679 cctxPtr->cStage = 1; /* header written, now request input data block */ in LZ4F_compressBegin_usingCDict()
814 if (cctxPtr->cStage != 1) return err0r(LZ4F_ERROR_GENERIC); in LZ4F_compressUpdate()
912 if (cctxPtr->cStage != 1) return err0r(LZ4F_ERROR_GENERIC); in LZ4F_flush()
963 cctxPtr->cStage = 0; /* state is now re-usable (with identical preferences) */ in LZ4F_compressEnd()