iovec              18 os/unix/ngx_channel.c     struct iovec        iov[1];
iovec              97 os/unix/ngx_channel.c     struct iovec        iov[1];
iovec              52 os/unix/ngx_darwin_sendfile_chain.c     struct iovec    *iov, headers[NGX_HEADERS], trailers[NGX_TRAILERS];
iovec              80 os/unix/ngx_darwin_sendfile_chain.c     header.size = sizeof(struct iovec);
iovec              85 os/unix/ngx_darwin_sendfile_chain.c     trailer.size = sizeof(struct iovec);
iovec             223 os/unix/ngx_darwin_sendfile_chain.c             hdtr.headers = header.nelts ? (struct iovec *) header.elts: NULL;
iovec             225 os/unix/ngx_darwin_sendfile_chain.c             hdtr.trailers = trailer.nelts ? (struct iovec *) trailer.elts: NULL;
iovec             158 os/unix/ngx_files.c     struct iovec  *iov, iovs[NGX_IOVS];
iovec             169 os/unix/ngx_files.c     vec.size = sizeof(struct iovec);
iovec              54 os/unix/ngx_freebsd_sendfile_chain.c     struct iovec    *iov, headers[NGX_HEADERS], trailers[NGX_TRAILERS];
iovec              84 os/unix/ngx_freebsd_sendfile_chain.c     header.size = sizeof(struct iovec);
iovec              89 os/unix/ngx_freebsd_sendfile_chain.c     trailer.size = sizeof(struct iovec);
iovec             249 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.headers = (struct iovec *) header.elts;
iovec             251 os/unix/ngx_freebsd_sendfile_chain.c             hdtr.trailers = (struct iovec *) trailer.elts;
iovec              49 os/unix/ngx_linux_sendfile_chain.c     struct iovec  *iov, headers[NGX_HEADERS];
iovec              73 os/unix/ngx_linux_sendfile_chain.c     header.size = sizeof(struct iovec);
iovec              25 os/unix/ngx_readv_chain.c     struct iovec  *iov, iovs[NGX_IOVS];
iovec              62 os/unix/ngx_readv_chain.c     vec.size = sizeof(struct iovec);
iovec              93 os/unix/ngx_readv_chain.c         n = readv(c->fd, (struct iovec *) vec.elts, vec.nelts);
iovec             178 os/unix/ngx_readv_chain.c     struct iovec  *iov, iovs[NGX_IOVS];
iovec             186 os/unix/ngx_readv_chain.c     vec.size = sizeof(struct iovec);
iovec             217 os/unix/ngx_readv_chain.c         n = readv(c->fd, (struct iovec *) vec.elts, vec.nelts);
iovec              30 os/unix/ngx_writev_chain.c     struct iovec  *iov, iovs[NGX_IOVS];
iovec              59 os/unix/ngx_writev_chain.c     vec.size = sizeof(struct iovec);