Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c155 U32 hostageByte; member
2647 dctx->hostageByte = 0; in ZSTD_resetDStream()
2955 if (zds->hostageByte) { in ZSTD_decompressStream()
2965 …if (!zds->hostageByte) { /* output not fully flushed; keep last byte as hostage; will be released … in ZSTD_decompressStream()
2967 zds->hostageByte=1; in ZSTD_decompressStream()