Searched refs:info_frame_error (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | fileio.c | 3165 info_frame_error=1, enumerator 3200 ERROR_IF(1, info_frame_error, "Error: did not reach end of file but ran out of frames"); in FIO_analyzeFrames() 3214 info_frame_error, "Error: could not decode frame header"); in FIO_analyzeFrames() 3224 …ERROR_IF(ZSTD_isError(headerSize), info_frame_error, "Error: could not determine frame header size… in FIO_analyzeFrames() 3226 info_frame_error, "Error: could not move to end of frame header"); in FIO_analyzeFrames() 3234 info_frame_error, "Error while reading block header"); in FIO_analyzeFrames() 3240 … ERROR_IF(isWrongBlock, info_frame_error, "Error: unsupported block type"); in FIO_analyzeFrames() 3243 info_frame_error, "Error: could not skip to end of block"); in FIO_analyzeFrames() 3254 info_frame_error, "Error: could not read checksum"); in FIO_analyzeFrames() 3263 info_frame_error, "Error: could not find end of skippable frame"); in FIO_analyzeFrames() [all …]
|