Searched refs:ZSTD_error_dstSize_tooSmall (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/include/linux/ | ||
D | zstd_errors.h | 58 ZSTD_error_dstSize_tooSmall = 70, enumerator |
/linux-5.19.10/lib/ | ||
D | decompress_unzstd.c | 106 case ZSTD_error_dstSize_tooSmall: in handle_zstd_error() |