Searched refs:TooBig (Results 1 – 1 of 1) sorted by relevance
143 return Err(ZbiError::TooBig); in parse()226 return Err(ZbiError::TooBig); in new()353 let length: usize = header.length.try_into().map_err(|_| ZbiError::TooBig)?; in parse()459 return Err(ZbiError::TooBig); in get_next_payload()621 return Err(ZbiError::TooBig); in extend()1149 TooBig, enumerator1172 ZbiError::TooBig => "Too big", in fmt()1190 return Err(ZbiError::TooBig); in get_align_buffer_offset()1353 Err(ZbiError::TooBig) in zbi_test_item_new_too_small()1423 assert_eq!(ZbiContainer::new(&mut buffer.0[..ZBI_HEADER_SIZE - 1]), Err(ZbiError::TooBig)); in zbi_test_container_new_too_small()[all …]