Home
last modified time | relevance | path

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

/libuv/src/unix/
H A Dfs.c1047 int try_sendfile; in uv__fs_sendfile() local
1051 try_sendfile = 1; in uv__fs_sendfile()
1055 try_sendfile = (r == -1 && errno == ENOSYS); in uv__fs_sendfile()
1058 if (try_sendfile) in uv__fs_sendfile()

Completed in 7 milliseconds