Searched refs:dStage (Results 1 – 1 of 1) sorted by relevance
1210 dStage_t dStage; member1263 result = (LZ4F_errorCode_t)dctx->dStage; in LZ4F_freeDecompressionContext()1276 dctx->dStage = dstage_getFrameHeader; in LZ4F_resetDecompressionContext()1308 dctx->dStage = dstage_storeSFrameSize; in LZ4F_decodeHeader()1311 dctx->dStage = dstage_getSFrameSize; in LZ4F_decodeHeader()1346 dctx->dStage = dstage_storeFrameHeader; in LZ4F_decodeHeader()1377 dctx->dStage = dstage_init; in LZ4F_decodeHeader()1433 if (dctx->dStage > dstage_storeFrameHeader) { in LZ4F_getFrameInfo()1441 if (dctx->dStage == dstage_storeFrameHeader) { in LZ4F_getFrameInfo()1587 switch(dctx->dStage) in LZ4F_decompress()[all …]