Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c1195 static int test_sendfile(void (*setup)(int), uv_fs_cb cb, off_t expected_size) { in test_sendfile() function
1281 return test_sendfile(sendfile_setup, sendfile_cb, 65545); in TEST_IMPL()
1286 return test_sendfile(NULL, sendfile_nodata_cb, 0); in TEST_IMPL()