Searched refs:s1 (Results 1 – 1 of 1) sorted by relevance
1252 struct stat s1, s2; in test_sendfile() local1297 memset(&s1, 0, sizeof(s1)); in test_sendfile()1299 ASSERT_OK(stat("test_file", &s1)); 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 16 milliseconds