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

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_internal.h179 U32 hostageByte; member in struct:ZSTD_DCtx_s
H A Dzstd_decompress.c1911 zds->hostageByte = 0;
2115 if (zds->hostageByte) {
2122 } /* zds->hostageByte */
2125 if (!zds->hostageByte) { /* output not fully flushed; keep last byte as hostage; will be released when all output is flushed */
2127 zds->hostageByte=1;

Completed in 245 milliseconds