Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress.c7431 const ZSTD_inBuffer nullInput = { NULL, 0, 0 }; in inBuffer_forEndFlush() local
7433 return stableInput ? zcs->expectedInBuffer : nullInput; in inBuffer_forEndFlush()