Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dfs.c1051 int try_sendfile; in uv__fs_sendfile() local
1055 try_sendfile = 1; in uv__fs_sendfile()
1059 try_sendfile = (r == -1 && errno == ENOSYS); in uv__fs_sendfile()
1062 if (try_sendfile) in uv__fs_sendfile()