Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dfileio.c2799 info_frame_error=1, enumerator
2834 ERROR_IF(1, info_frame_error, "Error: did not reach end of file but ran out of frames"); in FIO_analyzeFrames()
2848 info_frame_error, "Error: could not decode frame header"); in FIO_analyzeFrames()
2854 info_frame_error, "Error: could not move to end of frame header"); in FIO_analyzeFrames()
2862 info_frame_error, "Error while reading block header"); in FIO_analyzeFrames()
2868 … ERROR_IF(isWrongBlock, info_frame_error, "Error: unsupported block type"); in FIO_analyzeFrames()
2871 info_frame_error, "Error: could not skip to end of block"); in FIO_analyzeFrames()
2882 info_frame_error, "Error: could not skip past checksum"); in FIO_analyzeFrames()
2891 info_frame_error, "Error: could not find end of skippable frame"); in FIO_analyzeFrames()
3000 case info_frame_error: in FIO_listFile()
[all …]