Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/common/
H A Dzstd_errors.h73 ZSTD_error_dstSize_tooSmall = 70, enumerator
/dragonfly/contrib/zstd/programs/
H A Dbenchzstd.c253 return (size_t)-ZSTD_error_dstSize_tooSmall; in local_defaultDecompress()