Searched refs:test_sendfile (Results 1 – 1 of 1) sorted by relevance
1195 static int test_sendfile(void (*setup)(int), uv_fs_cb cb, off_t expected_size) { in test_sendfile() function1281 return test_sendfile(sendfile_setup, sendfile_cb, 65545); in TEST_IMPL()1286 return test_sendfile(NULL, sendfile_nodata_cb, 0); in TEST_IMPL()