Searched refs:test_download_size (Results 1 – 1 of 1) sorted by relevance
1305 fn test_download_size(download_buffer_size: usize, download_size: usize, msg: &str) { in test_download_size() function1317 test_download_size(1024, 1025, "FAILDownload size is too big"); in test_download_download_size_too_big()1322 test_download_size(1024, 0, "FAILZero download size"); in test_download_zero_download_size()