Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c7640 const ZSTD_inBuffer nullInput = { NULL, 0, 0 }; in inBuffer_forEndFlush() local
7642 return stableInput ? zcs->expectedInBuffer : nullInput; in inBuffer_forEndFlush()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c7641 const ZSTD_inBuffer nullInput = { NULL, 0, 0 }; in inBuffer_forEndFlush() local
7643 return stableInput ? zcs->expectedInBuffer : nullInput; in inBuffer_forEndFlush()