Home
last modified time | relevance | path

Searched refs:nxt_sendfile (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_conn_write.c13 static ssize_t nxt_sendfile(int fd, int s, off_t pos, size_t size);
203 n = nxt_sendfile(b->file->fd, sb->socket, b->file_pos, size); in nxt_conn_io_sendfile()
252 nxt_sendfile(int fd, int s, off_t pos, size_t size) in nxt_sendfile() function