Searched refs:ZSTD_error_dstSize_tooSmall (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ ! | ||
H A D | zstd_errors.h | 68 ZSTD_error_dstSize_tooSmall = 70, enumerator |
/linux/lib/ ! | ||
H A D | decompress_unzstd.c | 108 case ZSTD_error_dstSize_tooSmall: in handle_zstd_error() |