Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Ddecompress.c2180 U32 hostageByte; member
2228 zds->hostageByte = 0; in ZSTD_initDStream()
2284 zds->hostageByte = 0; in ZSTD_resetDStream()
2467 if (zds->hostageByte) { in ZSTD_decompressStream()
2476 …if (!zds->hostageByte) { /* output not fully flushed; keep last byte as hostage; will be released … in ZSTD_decompressStream()
2478 zds->hostageByte = 1; in ZSTD_decompressStream()