Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_hpux_sendfile.c15 static ssize_t nxt_sys_sendfile(int s, int fd, off_t offset, size_t nbytes, in nxt_sys_sendfile() function
28 #define nxt_sys_sendfile sendfile macro
100 n = nxt_sys_sendfile(c->socket.fd, fb->file->fd, fb->file_pos, in nxt_hpux_event_conn_io_sendfile()
H A Dnxt_macosx_sendfile.c17 static int nxt_sys_sendfile(int fd, int s, off_t offset, off_t *len, in nxt_sys_sendfile() function
24 #define nxt_sys_sendfile sendfile macro
109 n = nxt_sys_sendfile(fb->file->fd, c->socket.fd, in nxt_macosx_event_conn_io_sendfile()
H A Dnxt_freebsd_sendfile.c21 static int nxt_sys_sendfile(int fd, int s, off_t offset, size_t nbytes, in nxt_sys_sendfile() function
28 #define nxt_sys_sendfile sendfile macro
100 n = nxt_sys_sendfile(fb->file->fd, c->socket.fd, fb->file_pos, in nxt_freebsd_event_conn_io_sendfile()
H A Dnxt_linux_sendfile.c28 static ssize_t nxt_sys_sendfile(int out_fd, int in_fd, off_t *offset, in nxt_sys_sendfile() function
35 #define nxt_sys_sendfile sendfile macro
103 n = nxt_sys_sendfile(c->socket.fd, fb->file->fd, &offset, size); in nxt_linux_event_conn_io_sendfile()