Searched refs:ZSTD_error_dictionary_corrupted (Results 1 – 2 of 2) sorted by relevance
61 ZSTD_error_dictionary_corrupted = 30, enumerator
856 if (ZSTD_getErrorCode(ret) != ZSTD_error_dictionary_corrupted) goto _output_error; in basicUnitTests()