Home
last modified time | relevance | path

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

/unit/auto/
H A Dsendfile153 bsize_t nbytes, const struct iovec *hdtrl, int flags);
/unit/src/
H A Dnxt_conn.h138 uint32_t nbytes; member
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() argument
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() argument
25 sbsize_t sendfile(int s, int fd, off_t offset, bsize_t nbytes,
H A Dnxt_conn_read.c78 c->nbytes = n; in nxt_conn_io_read()