Home
last modified time | relevance | path

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

/linux/lib/zstd/decompress/
H A Dzstd_decompress_internal.h184 U32 hostageByte; member
H A Dzstd_decompress.c2043 zds->hostageByte = 0; in ZSTD_decompressStream()
2262 if (zds->hostageByte) { in ZSTD_decompressStream()
2272 …if (!zds->hostageByte) { /* output not fully flushed; keep last byte as hostage; will be released … in ZSTD_decompressStream()
2274 zds->hostageByte=1; in ZSTD_decompressStream()