Home
last modified time | relevance | path

Searched refs:hostageByte (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_internal.h179 U32 hostageByte; member
H A Dzstd_decompress.c1911 zds->hostageByte = 0; in ZSTD_decompressStream()
2115 if (zds->hostageByte) { in ZSTD_decompressStream()
2122 } /* zds->hostageByte */ in ZSTD_decompressStream()
2125 if (!zds->hostageByte) { /* output not fully flushed; keep last byte as hostage; will be released when all output is flushed */ in ZSTD_decompressStream()
2127 zds->hostageByte=1; in ZSTD_decompressStream()
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c2181 U32 hostageByte; member
2229 zds->hostageByte = 0; in ZSTD_initDStream()
2285 zds->hostageByte = 0; in ZSTD_resetDStream()
2470 if (zds->hostageByte) { in ZSTD_decompressStream()
2479 if (!zds->hostageByte) { /* output not fully flushed; keep last byte as hostage; will be released when all output is flushed */ in ZSTD_decompressStream()
2481 zds->hostageByte = 1; in ZSTD_decompressStream()

Completed in 9 milliseconds