Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/decompress/
Dzstd_decompress_internal.h179 U32 hostageByte; member
Dzstd_decompress.c1911 zds->hostageByte = 0; in ZSTD_decompressStream()
2115 if (zds->hostageByte) { in ZSTD_decompressStream()
2125 …if (!zds->hostageByte) { /* output not fully flushed; keep last byte as hostage; will be released … in ZSTD_decompressStream()
2127 zds->hostageByte=1; in ZSTD_decompressStream()