Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_internal.h154 U32 hostageByte; member
H A Dzstd_decompress.c1667 zds->hostageByte = 0; in ZSTD_decompressStream()
1895 if (zds->hostageByte) { in ZSTD_decompressStream()
1905 …if (!zds->hostageByte) { /* output not fully flushed; keep last byte as hostage; will be released … in ZSTD_decompressStream()
1907 zds->hostageByte=1; in ZSTD_decompressStream()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c22776 U32 hostageByte; member
26128 zds->hostageByte = 0; in ZSTD_decompressStream()
26356 if (zds->hostageByte) { in ZSTD_decompressStream()
26366 …if (!zds->hostageByte) { /* output not fully flushed; keep last byte as hostage; will be released … in ZSTD_decompressStream()
26368 zds->hostageByte=1; in ZSTD_decompressStream()