Searched refs:info_frame_error (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | fileio.c | 2939 info_frame_error=1, enumerator 2974 ERROR_IF(1, info_frame_error, "Error: did not reach end of file but ran out of frames"); in FIO_analyzeFrames() 2988 info_frame_error, "Error: could not decode frame header"); in FIO_analyzeFrames() 2992 …ERROR_IF(ZSTD_isError(headerSize), info_frame_error, "Error: could not determine frame header size… in FIO_analyzeFrames() 2994 info_frame_error, "Error: could not move to end of frame header"); in FIO_analyzeFrames() 3002 info_frame_error, "Error while reading block header"); in FIO_analyzeFrames() 3008 … ERROR_IF(isWrongBlock, info_frame_error, "Error: unsupported block type"); in FIO_analyzeFrames() 3011 info_frame_error, "Error: could not skip to end of block"); in FIO_analyzeFrames() 3022 info_frame_error, "Error: could not skip past checksum"); in FIO_analyzeFrames() 3031 info_frame_error, "Error: could not find end of skippable frame"); in FIO_analyzeFrames() [all …]
|