Searched refs:expected_size (Results 1 – 1 of 1) sorted by relevance
1250 static int test_sendfile(void (*setup)(int), uv_fs_cb cb, size_t expected_size) { in test_sendfile() argument1301 ASSERT_EQ(s2.st_size, expected_size); in test_sendfile()1303 if (expected_size > 0) { in test_sendfile()
Completed in 11 milliseconds