Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dzstd_errors.h58 ZSTD_error_dstSize_tooSmall = 70, enumerator
/openbmc/linux/lib/
H A Ddecompress_unzstd.c108 case ZSTD_error_dstSize_tooSmall: in handle_zstd_error()