Searched refs:isSkipFrame (Results 1 – 2 of 2) sorted by relevance
2884 int const isSkipFrame = ZSTD_isSkipFrame(zds); in ZSTD_decompressStream() local2886 … zds->outBuff + zds->outStart, (isSkipFrame ? 0 : zds->outBuffSize - zds->outStart), in ZSTD_decompressStream()2890 if (!decodedSize && !isSkipFrame) break; /* this was just a header */ in ZSTD_decompressStream()2902 int const isSkipFrame = ZSTD_isSkipFrame(zds); in ZSTD_decompressStream() local2904 if (isSkipFrame) { in ZSTD_decompressStream()2920 …if (!decodedSize && !isSkipFrame) { zds->streamStage = zdss_read; break; } /* this was just a he… in ZSTD_decompressStream()
4429 const int isSkipFrame = ZSTDv07_isSkipFrame(zbd->zd); in ZBUFFv07_decompressContinue() local4431 … zbd->outBuff + zbd->outStart, (isSkipFrame ? 0 : zbd->outBuffSize - zbd->outStart), in ZBUFFv07_decompressContinue()4435 if (!decodedSize && !isSkipFrame) break; /* this was just a header */ in ZBUFFv07_decompressContinue()4455 { const int isSkipFrame = ZSTDv07_isSkipFrame(zbd->zd); in ZBUFFv07_decompressContinue() local4461 …if (!decodedSize && !isSkipFrame) { zbd->stage = ZBUFFds_read; break; } /* this was just a heade… in ZBUFFv07_decompressContinue()