Home
last modified time | relevance | path

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

/lib/zstd/
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 … in ZSTD_decompressStream()
2481 zds->hostageByte = 1; in ZSTD_decompressStream()