Lines Matching refs:info_frame_error
2799 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()
2852 …ERROR_IF(ZSTD_isError(headerSize), info_frame_error, "Error: could not determine frame header size… 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()
3023 assert(error == info_success || error == info_frame_error); in FIO_listFile()