Searched refs:small_input (Results 1 – 2 of 2) sorted by relevance
285 let small_input = [0u8; CONNECT_COMPLETE_SIZE - 1]; in test_conncomplete_parsing() localVariable288 assert_eq!(false, ConnectionComplete::try_from(&small_input[0..]).is_ok()); in test_conncomplete_parsing()
465 small_input = b'foo'470 for input in (small_input, large_input):