Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/zstd/
H A Dzstd_internal.h224 int ZSTD_isSkipFrame(ZSTD_DCtx *dctx);
H A Ddecompress.c1738 int ZSTD_isSkipFrame(ZSTD_DCtx *dctx) { return dctx->stage == ZSTDds_skipFrame; } /* for zbuff */ in ZSTD_isSkipFrame() function
2389 const int isSkipFrame = ZSTD_isSkipFrame(zds->dctx); in ZSTD_decompressStream()
2426 const int isSkipFrame = ZSTD_isSkipFrame(zds->dctx); in ZSTD_decompressStream()