Home
last modified time | relevance | path

Searched refs:s1 (Results 1 – 1 of 1) sorted by relevance

/libuv/test/
H A Dtest-fs.c1252 struct stat s1, s2; in test_sendfile() local
1297 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