Searched refs:s2 (Results 1 – 1 of 1) sorted by relevance
1252 struct stat s1, s2; in test_sendfile() local1298 memset(&s2, 0, sizeof(s2)); in test_sendfile()1300 ASSERT_OK(stat("test_file2", &s2)); in test_sendfile()1301 ASSERT_EQ(s2.st_size, expected_size); in test_sendfile()1304 ASSERT_UINT64_EQ(s1.st_size, s2.st_size + 1); in test_sendfile()1318 ASSERT_UINT64_EQ(s1.st_size, s2.st_size); in test_sendfile()
Completed in 11 milliseconds