Searched defs:dictionary_corrupted (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1081 RETURN_ERROR_IF(HUF_isError(hSize), dictionary_corrupted, ""); local
1088 RETURN_ERROR_IF(FSE_isError(offcodeHeaderSize), dictionary_corrupted, ""); local
1101 RETURN_ERROR_IF(FSE_isError(matchlengthHeaderSize), dictionary_corrupted, ""); local
1114 RETURN_ERROR_IF(FSE_isError(litlengthHeaderSize), dictionary_corrupted, ""); local
1148 RETURN_ERROR_IF(ZSTD_isError(eSize), dictionary_corrupted, ""); local
[all...]
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1359 RETURN_ERROR_IF(HUF_isError(hSize), dictionary_corrupted, ""); local
1366 RETURN_ERROR_IF(FSE_isError(offcodeHeaderSize), dictionary_corrupted, ""); local
1381 RETURN_ERROR_IF(FSE_isError(matchlengthHeaderSize), dictionary_corrupted, ""); local
1396 RETURN_ERROR_IF(FSE_isError(litlengthHeaderSize), dictionary_corrupted, ""); local
1432 RETURN_ERROR_IF(ZSTD_isError(eSize), dictionary_corrupted, ""); local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c2921 RETURN_ERROR_IF(HUF_isError(hufHeaderSize), dictionary_corrupted, ""); local
2928 RETURN_ERROR_IF(FSE_isError(offcodeHeaderSize), dictionary_corrupted, ""); local
2943 RETURN_ERROR_IF(FSE_isError(matchlengthHeaderSize), dictionary_corrupted, ""); local
2958 RETURN_ERROR_IF(FSE_isError(litlengthHeaderSize), dictionary_corrupted, ""); local
[all...]
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c4334 RETURN_ERROR_IF(HUF_isError(hufHeaderSize), dictionary_corrupted, ""); local
4341 RETURN_ERROR_IF(FSE_isError(offcodeHeaderSize), dictionary_corrupted, ""); local
4356 RETURN_ERROR_IF(FSE_isError(matchlengthHeaderSize), dictionary_corrupted, ""); local
4370 RETURN_ERROR_IF(FSE_isError(litlengthHeaderSize), dictionary_corrupted, ""); local
[all...]

Completed in 253 milliseconds